Fix a typo
This commit is contained in:
parent
3b3f155bb2
commit
dab443d2c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue