mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-04 11:57:24 +00:00
Remove llvm-15 env from GHA
This commit is contained in:
@@ -55,11 +55,15 @@ jobs:
|
|||||||
cargo --version
|
cargo --version
|
||||||
rustup +nightly show
|
rustup +nightly show
|
||||||
cargo +nightly --version
|
cargo +nightly --version
|
||||||
|
cmake --version
|
||||||
bash --version
|
bash --version
|
||||||
|
|
||||||
- name: Build LLVM
|
- name: Build LLVM
|
||||||
if: steps.cache-llvm.outputs.cache-hit != 'true'
|
if: steps.cache-llvm.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
export CC="clang-18"
|
||||||
|
export CXX="clang-18"
|
||||||
|
export LLVM_VERSION="18"
|
||||||
export EMSDK_ROOT=${PWD}/emsdk
|
export EMSDK_ROOT=${PWD}/emsdk
|
||||||
./emscripten-build-llvm.sh
|
./emscripten-build-llvm.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user