mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
bd14541b99
commit
764021751d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue