Skip to content

Commit 65bdbd8

Browse files
committed
Update main.yml
1 parent 95f64b8 commit 65bdbd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)