Fix CI for wasm path

This commit is contained in:
Sebastian Miasojed
2024-11-13 15:34:41 +01:00
parent 6d16790f83
commit 14991f40ac
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Install LLVM Dependencies
if: steps.cache-llvm.outputs.cache-hit != 'true'
run: |
sudo apt-get update && sudo apt-get install -y cmake ninja-build libncurses5 libtinfo-dev libtinfo5
sudo apt-get update && sudo apt-get install -y cmake ninja-build libncurses5
# Install Emscripten
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk