Skip to content

Commit df8ce37

Browse files
authored
Try upgrading LLVM
1 parent 65bdbd8 commit df8ce37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
run: |
5252
sudo apt update
5353
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev -y
54-
- name: Setup LLVM (Windows)
54+
- name: Upgrade LLVM (Windows)
5555
if: runner.os == 'Windows'
5656
run: |
57+
choco upgrade llvm -y
5758
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
5859
- name: Install rust
5960
id: toolchain

0 commit comments

Comments
 (0)