Skip to content

Commit 74c0fc1

Browse files
committed
[GitHub] Use a fixed version of Emscripten for WebGPU
1 parent 16fc1b8 commit 74c0fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/emscripten-webgpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Compile (kmake)
2525
run: ./make emscripten -g webgpu --kore . --from Tests/Empty
2626
- name: Compile (emscripten)
27-
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/release && ninja
27+
run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install 3.1.64 && ./emsdk activate 3.1.64 && source ./emsdk_env.sh && cd ../build/release && ninja

0 commit comments

Comments
 (0)