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 50f59b7 commit 529fb0dCopy full SHA for 529fb0d
.github/workflows/cmake-linux-x86.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
# Adjust these paths to match where LLVM is built and installed
30
path: |
31
- Asa-LLVM-Compiled/build
+ ${{github.workspace}}/Asa-LLVM-Compiled
32
/usr/local/llvm
33
key: llvm-build-${{ hashFiles('Asa-LLVM-Compiled/llvm/**', 'Asa-LLVM-Compiled/build/CMakeCache.txt') }}
34
restore-keys: |
0 commit comments