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