Skip to content

Commit 617b11a

Browse files
author
Julian LALU
committed
Fix Ubuntu WebAssembly workflow
1 parent 18bfbb4 commit 617b11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu_wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
git clone https://github.com/emscripten-core/emsdk.git
1616
cd emsdk
1717
git pull
18-
emsdk install latest
19-
emsdk activate latest
18+
./emsdk install latest
19+
./emsdk activate latest
2020
- name: Generate
2121
run: |
2222
source ./emsdk_env.sh

0 commit comments

Comments
 (0)