Update CI nethermind and LLVM versions (#5933)

* Update nethermind and llvm versions.

* Fix nethermind binary path
This commit is contained in:
Jimmy Chen
2024-06-19 15:02:24 +10:00
committed by GitHub
parent d06e3894de
commit 9f8aa963b1
3 changed files with 5 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- uses: KyleMayes/install-llvm-action@v1
if: env.SELF_HOSTED_RUNNERS == 'false' && startsWith(matrix.arch, 'x86_64-windows')
with:
version: "16.0"
version: "17.0"
directory: ${{ runner.temp }}/llvm
- name: Set LIBCLANG_PATH
if: startsWith(matrix.arch, 'x86_64-windows')