From a890f57d297888a5db9dc958bfd23b3fc37cbaab Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 9 Oct 2024 15:22:45 -0500 Subject: [PATCH] try a different clang method --- .github/workflows/cmake-script.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cmake-script.yml b/.github/workflows/cmake-script.yml index 5e5f65c15cd..a0f74a2bf67 100644 --- a/.github/workflows/cmake-script.yml +++ b/.github/workflows/cmake-script.yml @@ -610,14 +610,9 @@ jobs: - name: Install Dependencies (Windows_clang) run: choco install ninja - - uses: ilammy/msvc-dev-cmd@v1 - - - name: add clang to env - uses: KyleMayes/install-llvm-action@v2.0.5 - id: setup-clang - with: - env: true - version: '18' + - name: Workaround C++ clang + run: | + choco upgrade llvm - name: Set file base name (Windows_clang) id: set-file-base