Skip to content

Commit

Permalink
Build using Emscripten 4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Feb 14, 2025
1 parent c95dcce commit 5a18f42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v12
with:
version: 3.1.51
version: 4.0.1
- name: Install Dependencies
run: |
sudo apt update
Expand Down Expand Up @@ -41,7 +41,6 @@ jobs:
cp $PLAYJS_BUILD_DIR/Play.js ./src/
cp $PLAYJS_BUILD_DIR/Play.wasm ./public/
cp $PLAYJS_BUILD_DIR/Play.js ./public/
cp $PLAYJS_BUILD_DIR/Play.worker.js ./public/
export REACT_APP_VERSION=$(git describe)
npm install
npm run build
Expand All @@ -52,7 +51,6 @@ jobs:
cp $PSFPLAYERJS_BUILD_DIR/PsfPlayer.js ./src/
cp $PSFPLAYERJS_BUILD_DIR/PsfPlayer.wasm ./public/
cp $PSFPLAYERJS_BUILD_DIR/PsfPlayer.js ./public/
cp $PSFPLAYERJS_BUILD_DIR/PsfPlayer.worker.js ./public/
export REACT_APP_VERSION=$(git describe)
npm install
npm run build
Expand Down

0 comments on commit 5a18f42

Please sign in to comment.