File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 # Adjust these paths to match where LLVM is built and installed
3131 path : |
32- ${{github.workspace}}/Asa-LLVM-Compiled
33- /usr/local/llvm
32+ Asa-LLVM-Compiled
33+ /usr/lib
34+ /usr/include
3435 key : llvm-build-${{ hashFiles('Asa-LLVM-Compiled/llvm/**', 'Asa-LLVM-Compiled/build/CMakeCache.txt') }}
3536 restore-keys : |
3637 llvm-build-
5758 - name : Setup LLVM
5859 if : steps.cache-dependencies.outputs.cache-hit != 'true'
5960 run : |
60- git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled ${{github.workspace}}/Asa-LLVM-Compiled
61+ git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
6162 cd Asa-LLVM-Compiled
6263 mkdir build
6364 cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
You can’t perform that action at this time.
0 commit comments