Skip to content

Commit b45c9ef

Browse files
Fix ci issues
1 parent a1965dc commit b45c9ef

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -448,19 +448,13 @@ jobs:
448448
rustup override set nightly
449449
rustup component add rust-src
450450
rustup show
451-
- name: Install LLVM 21
451+
- name: Install LLVM 22
452452
run: |
453453
sudo apt-get install -y lsb-release wget software-properties-common gnupg
454454
wget https://apt.llvm.org/llvm.sh
455455
chmod +x llvm.sh
456-
sudo ./llvm.sh 21
457-
# llvm.sh does not explicitly install llvm-18, which is needed here.
458-
# It shall be installed as a dependency, but it was observed that
459-
# it is not always installed. Reason unknown, might be related to below, which was also observed:
460-
# The following packages have unmet dependencies:
461-
# libllvm18 : Breaks: llvm-18-dev (< 1:18.1.8-4) but 1:18.1.8~++20240717051017+3b5b5c1ec4a3-1~exp1~20240717171122.141 is to be installed
462-
# So, just in case, try to install them here.
463-
sudo apt-get install -y llvm-21
456+
sudo ./llvm.sh 22
457+
sudo apt-get install -y llvm-22
464458
- name: Run tests
465459
working-directory: radix-clis
466460
run: bash ./tests/scrypto_coverage.sh

0 commit comments

Comments
 (0)