Skip to content

Commit

Permalink
Fix emscripten action
Browse files Browse the repository at this point in the history
Wrong symbol
  • Loading branch information
Daft-Freak committed Oct 25, 2024
1 parent 5d4e12f commit bf61518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- os: ubuntu-20.04
name: Emscripten
release-suffix: WEB
cmake-args: -D32BLIT_DIR=$GITHUB_WORKSPACE/32blit-sdk -DTHR3E_DIR=%GITHUB_WORKSPACE/tile-based-high-resolution-3d-engine
cmake-args: -D32BLIT_DIR=$GITHUB_WORKSPACE/32blit-sdk -DTHR3E_DIR=$GITHUB_WORKSPACE/tile-based-high-resolution-3d-engine
cmake-prefix: emcmake
apt-packages: python3-setuptools

Expand Down

0 comments on commit bf61518

Please sign in to comment.