Skip to content

Commit

Permalink
Add a workaround for actions/runner-images#10001 (#32456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Jun 10, 2024
1 parent 1a522fa commit 1ff3700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: |
sudo apt update
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev -y
# Workaround for https://github.com/actions/runner-images/issues/10001:
- name: Upgrade llvm
if: startsWith(matrix.os, 'windows')
run: choco upgrade llvm
- name: Install rust
id: toolchain
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 1ff3700

Please sign in to comment.