Skip to content

Commit 5d77cf6

Browse files
authored
Update cmake-linux-x86.yml
1 parent 7387f13 commit 5d77cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-linux-x86.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Setup LLVM
5757
run: |
58-
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
58+
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled ${{github.workspace}}/Asa-LLVM-Compiled
5959
cd Asa-LLVM-Compiled
6060
mkdir build
6161
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
@@ -88,5 +88,5 @@ jobs:
8888
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
8989
run: |
9090
cd ${{github.workspace}}/build
91-
./asa
91+
./asa -V
9292

0 commit comments

Comments
 (0)