Remove llvm-15 env from GHA

This commit is contained in:
Sebastian Miasojed
2024-11-08 15:36:00 +01:00
parent 255176978a
commit 90423ffb6b
+4
View File
@@ -55,11 +55,15 @@ jobs:
cargo --version
rustup +nightly show
cargo +nightly --version
cmake --version
bash --version
- name: Build LLVM
if: steps.cache-llvm.outputs.cache-hit != 'true'
run: |
export CC="clang-18"
export CXX="clang-18"
export LLVM_VERSION="18"
export EMSDK_ROOT=${PWD}/emsdk
./emscripten-build-llvm.sh