Skip to content

Commit

Permalink
CI: bump llvm to 18 for cross jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Oct 25, 2024
1 parent d662e70 commit 4ac09a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
ARCH: ${{matrix.arch}}
EXTRA_CMAKE_OPTIONS: -G Ninja ${{env.extra_cmake_options}} -DTOYWASM_TARBALL_SUFFIX=-${{matrix.name}}
run: |
sudo ./cross/setup-focal-proposed.sh
sudo ./cross/setup-apt-llvm-org.sh
sudo -E ./cross/cross-setup.sh
sudo ./cross/setup-alternatives.sh
./cross/cross-cmake-configure.sh
Expand Down

0 comments on commit 4ac09a2

Please sign in to comment.