Skip to content

Commit 19488b6

Browse files
author
Pascal Guenther
committed
CI: use older version of emsdk because clang-19 has some bug
1 parent 8ac1947 commit 19488b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
- name: install emscripten
15-
run: git clone https://github.com/emscripten-core/emsdk.git && emsdk/emsdk install latest && emsdk/emsdk activate latest && source emsdk/emsdk_env.sh
15+
run: git clone https://github.com/emscripten-core/emsdk.git && emsdk/emsdk install 3.1.49 && emsdk/emsdk activate 3.1.49 && source emsdk/emsdk_env.sh
1616

1717
- name: Configure CMake
1818
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On -DCMAKE_TOOLCHAIN_FILE=emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake

0 commit comments

Comments
 (0)