Skip to content

Commit

Permalink
Run wget as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Dec 11, 2024
1 parent 3a80c61 commit 1084f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
- type: "Address"
cxx_flags: ""
ld_flags: ""
- type: "UndefinedBehavior"
- type: "UndefinedBehaviour"
cxx_flags: ""
ld_flags: ""
steps:
Expand All @@ -288,7 +288,7 @@ jobs:
update_packager_index: false
install_ccache: true
- name: "Install dependencies . . ."
run: wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 18
run: sudo wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 18
- name: "Configure . . ."
run: |
mkdir -p m4 && ./autogen.sh
Expand Down

0 comments on commit 1084f0e

Please sign in to comment.