Skip to content

Commit 1d4a274

Browse files
authored
Update cmake-linux-x86.yml
1 parent 3436ebf commit 1d4a274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-linux-x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
4747
cmake --build build
48-
cmake --install build
48+
sudo cmake --install build
4949
# git config --add remote.origin.fetch '^refs/heads/users/*'
5050
# git config --add remote.origin.fetch '^refs/heads/revert-*'
5151
# cd llvm-project

0 commit comments

Comments
 (0)