File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : llvm/actions/setup-windows@main
12+ - uses : llvm/actions/setup-windows@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e
1313 if : ${{ runner.os == 'Windows' }}
1414 - name : Install Ninja
15- uses : llvm/actions/install-ninja@main
15+ uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e
1616 - name : Configure llvm cmake
17- uses : llvm/actions/configure-llvm-project@main
17+ uses : llvm/actions/configure-llvm-project@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e
1818 with :
1919 cmake_args : -Bbuild -Sllvm -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_PROJECTS="lld;clang"
2020 - name : Build llvm core
You can’t perform that action at this time.
0 commit comments