Skip to content

Commit da65769

Browse files
authored
Update cmake-linux-x86.yml
1 parent 2cfdaaf commit da65769

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
run: |
4646
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
4747
cd Asa-LLVM-Compiled
48-
cmake --build build
48+
sudo rm -r build
49+
mkdir build
50+
cmake -S llvm --build build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
4951
sudo cmake --install build
5052
cd ../
5153
# git config --add remote.origin.fetch '^refs/heads/users/*'

0 commit comments

Comments
 (0)