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 7387f13 commit 5d77cf6Copy full SHA for 5d77cf6
.github/workflows/cmake-linux-x86.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Setup LLVM
57
run: |
58
- git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
+ git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled ${{github.workspace}}/Asa-LLVM-Compiled
59
cd Asa-LLVM-Compiled
60
mkdir build
61
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
@@ -88,5 +88,5 @@ jobs:
88
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
89
90
cd ${{github.workspace}}/build
91
- ./asa
+ ./asa -V
92
0 commit comments