We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3436ebf commit 1d4a274Copy full SHA for 1d4a274
.github/workflows/cmake-linux-x86.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
47
cmake --build build
48
- cmake --install build
+ sudo cmake --install build
49
# git config --add remote.origin.fetch '^refs/heads/users/*'
50
# git config --add remote.origin.fetch '^refs/heads/revert-*'
51
# cd llvm-project
0 commit comments