File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments