Skip to content

Commit

Permalink
run llvm script as root
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Jun 3, 2024
1 parent f1b1ffb commit 4a2e614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: "Linux: install clang/llvm"
if: "${{ matrix.os == 'ubuntu-latest' }}"
run: |
curl --proto "=https" --tlsv1.2 -sSf https://apt.llvm.org/llvm.sh | bash -s -- 16 all
curl --proto "=https" --tlsv1.2 -sSf https://apt.llvm.org/llvm.sh |
sudo bash -s -- 16 all
- name: "Clang format"
run: |
Expand Down

0 comments on commit 4a2e614

Please sign in to comment.