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 1d4a274 commit 2cfdaafCopy full SHA for 2cfdaaf
.github/workflows/cmake-linux-x86.yml
@@ -44,8 +44,10 @@ jobs:
44
- name: Setup LLVM
45
run: |
46
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
47
+ cd Asa-LLVM-Compiled
48
cmake --build build
49
sudo cmake --install build
50
+ cd ../
51
# git config --add remote.origin.fetch '^refs/heads/users/*'
52
# git config --add remote.origin.fetch '^refs/heads/revert-*'
53
# cd llvm-project
0 commit comments