Skip to content

Commit

Permalink
Explicitly specify llvm version in ubuntu CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pschachte committed Oct 11, 2024
1 parent 6266c14 commit 70f073e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install llvm
sudo apt-get install clang
sudo apt-get install llvm-18
sudo apt-get install clang-18
sudo apt-get install libgc-dev
sudo apt-get install dwdiff
Expand All @@ -28,8 +28,8 @@ jobs:

- name: Verify dependencies
run: |
dpkg -s llvm
dpkg -s clang
dpkg -s llvm-18
dpkg -s clang-18
dpkg -s libgc-dev
dpkg -s dwdiff
llc --version
Expand Down

0 comments on commit 70f073e

Please sign in to comment.