Skip to content

Commit a58200e

Browse files
committed
chore: Fix action
1 parent 933d3c1 commit a58200e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
version: ${{env.EM_VERSION}}
2323
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
24+
- name: Create build folder
25+
run: mkdir -p build
2426
- name: Build AudioEngine
2527
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
2628
- name: Upload artifact

0 commit comments

Comments
 (0)