Skip to content

Commit d681583

Browse files
committed
using KyleMayes/install-llvm-action for release-tests-windows
1 parent 9a2a9e0 commit d681583

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
runs-on: ${{ github.repository == 'sigp/lighthouse' && 'warp-windows-latest-x64-16x' || 'windows-latest' }}
106106
steps:
107107
- uses: actions/checkout@v5
108+
- name: Install LLVM and Clang
109+
uses: KyleMayes/install-llvm-action@v2
110+
with:
111+
version: "17.0"
108112
- name: Get latest version of stable Rust
109113
uses: moonrepo/setup-rust@v1
110114
with:
@@ -119,8 +123,6 @@ jobs:
119123
version: nightly-ca67d15f4abd46394b324c50e21e66f306a1162d
120124
- name: Install make
121125
run: choco install -y make
122-
- name: Set LIBCLANG_PATH
123-
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
124126
- name: Run tests in release
125127
run: make test-release
126128
beacon-chain-tests:

0 commit comments

Comments
 (0)