Skip to content

Commit

Permalink
run llvm install with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Dec 15, 2023
1 parent a80a4f5 commit 2e9fb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-compile-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
./llvm.sh 16 all
sudo ./llvm.sh 16 all
- name: Build TON
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-compile-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
./llvm.sh 16 all
sudo ./llvm.sh 16 all
- name: Build TON
run: |
Expand Down

0 comments on commit 2e9fb50

Please sign in to comment.