Skip to content

Commit

Permalink
chore: Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
fucksophie committed Jan 3, 2025
1 parent 933d3c1 commit a58200e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
- name: Create build folder
run: mkdir -p build
- name: Build AudioEngine
run: emcc -std=c++11 -lembind -s ALLOW_MEMORY_GROWTH -s EXPORTED_FUNCTIONS="['_malloc', '_free']" -s AUDIO_WORKLET=1 -s WASM_WORKERS=1 -O3 --emit-tsd audioengine.ts.d -o build/audioengine.js audioengine.cpp
- name: Upload artifact
Expand Down

0 comments on commit a58200e

Please sign in to comment.