Skip to content

Commit 68cd4b4

Browse files
author
Julian LALU
committed
Fix Ubuntu WebAssembly workflow
1 parent 617b11a commit 68cd4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
./emsdk activate latest
2020
- name: Generate
2121
run: |
22-
source ./emsdk_env.sh
22+
source ./emsdk/emsdk_env.sh
2323
emcmake cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
2424
- name: Build
2525
run: cmake --build target -- -j 16

0 commit comments

Comments
 (0)