Skip to content

Commit

Permalink
Change dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Dec 11, 2024
1 parent 1084f0e commit 1574d7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ jobs:
update_packager_index: false
install_ccache: true
- name: "Install dependencies . . ."
run: sudo wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 18
run: |
sudo wget -q https://apt.llvm.org/llvm.sh
sudo chmod u+x llvm.sh
sudo ./llvm.sh 18
- name: "Configure . . ."
run: |
mkdir -p m4 && ./autogen.sh
Expand Down

0 comments on commit 1574d7c

Please sign in to comment.