From 764021751dc13fdc5db68c9f18cce69938dadb05 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 7 Jun 2024 16:36:04 +0200 Subject: [PATCH] Add a workaround for actions/runner-images#10001 (#32456) Until GitHub updates their runner images, this workaround should allow the bots to work. --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9778d389201..c5e9d07d9a5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -59,6 +59,9 @@ jobs: with: ref: refs/pull/${{ github.event.number }}/head fetch-depth: 2 + # Workaround for https://github.com/actions/runner-images/issues/10001: + - name: Upgrade llvm + run: choco upgrade llvm - name: ccache uses: hendrikmuhs/ccache-action@v1.2 - name: Install taplo