Browse Source

Fix a typo

tags/22.07^0
falkTX 2 years ago
parent
commit
dab443d2c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -737,7 +737,7 @@ jobs:
source ~/PawPawBuilds/emsdk/emsdk_env.sh
pushd deps/PawPaw; source local.env wasm; popd
make features
make CIBUILD=true NOOPT=true USING_GLES2=true -j $(nproc)
make CIBUILD=true NOOPT=true USE_GLES2=true -j $(nproc)
- name: Set sha8 (non-release)
if: startsWith(github.ref, 'refs/tags/') != true
id: slug1


Loading…
Cancel
Save