Add a workaround for actions/runner-images#10001 (#32456)

Until GitHub updates their runner images, this workaround should allow
the bots to work.
This commit is contained in:
Martin Robinson 2024-06-07 16:36:04 +02:00 committed by GitHub
parent bd14541b99
commit 764021751d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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