Skip to content

Commit

Permalink
Bump llvm version to 18 to match ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgreen42 committed Dec 17, 2024
1 parent 362976c commit 7538007
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/install-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "Install linux packages"
runs:
using: "composite"
steps:
- name: Install Linux Dependencies
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y flex bison lcov systemd-coredump gdb libblas-dev libipc-run-perl libtest-most-perl clang-14 llvm-14 llvm-14-dev llvm-14-runtime llvm-14-tools libopenblas-dev
- name: Install Linux Dependencies
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y flex bison lcov systemd-coredump gdb libblas-dev libipc-run-perl libtest-most-perl clang-18 llvm-18 llvm-18-dev llvm-18-runtime llvm-18-tools libopenblas-dev

0 comments on commit 7538007

Please sign in to comment.