Skip to content

Commit

Permalink
install clang as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Sep 11, 2024
1 parent 59d6c98 commit d5b92b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
./llvm.sh 18
sudo ./llvm.sh 18
clang-18 --version
- name: Clang-18 build and Test
env:
Expand Down

0 comments on commit d5b92b8

Please sign in to comment.