Skip to content

Commit 3436ebf

Browse files
authored
Update cmake-linux-x86.yml
1 parent d3e2e7c commit 3436ebf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ jobs:
3434
version: latest
3535
platform: x64
3636

37-
- name: Setup LLVM
38-
# You may pin to the exact commit or the version.
39-
uses: ZhongRuoyu/setup-llvm@v0.1.1
40-
with:
41-
llvm-version: 20
37+
# - name: Setup LLVM
38+
# # You may pin to the exact commit or the version.
39+
# uses: ZhongRuoyu/setup-llvm@v0.1.1
40+
# with:
41+
# llvm-version: 20
4242

4343

44-
# - name: Setup LLVM
45-
# run: |
44+
- name: Setup LLVM
45+
run: |
46+
git clone --depth 1 https://github.com/sam-astro/Asa-LLVM-Compiled
47+
cmake --build build
48+
cmake --install build
4649
# git config --add remote.origin.fetch '^refs/heads/users/*'
4750
# git config --add remote.origin.fetch '^refs/heads/revert-*'
48-
# git clone --depth 1 https://github.com/llvm/llvm-project.git
4951
# cd llvm-project
5052
# git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
5153
# cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
52-
# cmake --build build
53-
# cmake --install build
5454

5555

5656
- name: Configure CMake

0 commit comments

Comments
 (0)