From 6aa66c92deb3dd647822b6adaa2896016d5482af Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 13 Jun 2024 14:06:45 -0400 Subject: [PATCH] try to workaround github bug https://github.com/actions/runner-images/issues/10001 --- .github/actions/1-setup/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/1-setup/action.yml b/.github/actions/1-setup/action.yml index b8e9bf55da2..50ce24b5804 100644 --- a/.github/actions/1-setup/action.yml +++ b/.github/actions/1-setup/action.yml @@ -46,6 +46,8 @@ runs: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{ inputs.clang_version }}/LLVM-${{ inputs.clang_version }}-win64.exe ./clang.exe //S # double-slash for bash rm clang.exe + choco upgrade llvm --version=17.0.6 -y + echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV # C:\Program Files\LLVM\bin should already be in PATH clang-cl --version