Skip to content

Commit fb588f3

Browse files
committed
workflows: Use commit for llvm actions
Upstream llvm/actions is deleting their actions because they've integrated them in their monorepo.
1 parent 132c472 commit fb588f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
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

0 commit comments

Comments
 (0)