Skip to content

Commit

Permalink
CI fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jul 2, 2023
1 parent 0c11231 commit 0171a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v3
- name: Install clang-format
run: |
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
- name: Install run-clang-format
run: |
curl -sSfL https://raw.githubusercontent.com/Sarcasm/run-clang-format/master/run-clang-format.py -o run-clang-format
Expand Down

0 comments on commit 0171a83

Please sign in to comment.