Fix deps in GHA

This commit is contained in:
Sebastian Miasojed
2024-11-08 15:53:27 +01:00
parent 677aedc6f3
commit 8a225871ee
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
echo "$(pwd)/llvm18/bin" >> $GITHUB_PATH
# wget https://cmake.org/files/v3.20/cmake-3.20.0-linux-x86_64.sh && chmod +x cmake-3.20.0-linux-x86_64.sh && ./cmake-3.20.0-linux-x86_64.sh --prefix=/usr/local --skip-license
# alias cmake='/usr/local/bin/cmake'
apt-get update && apt-get install -y cmake ninja-build
sudo apt-get update && sudo apt-get install -y cmake ninja-build
rustup target add wasm32-unknown-emscripten
# Install Emscripten
git clone https://github.com/emscripten-core/emsdk.git