We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f64b8 commit 65bdbd8Copy full SHA for 65bdbd8
.github/workflows/main.yml
@@ -51,10 +51,9 @@ jobs:
51
run: |
52
sudo apt update
53
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev -y
54
- - name: Upgrade LLVM (Windows)
+ - name: Setup LLVM (Windows)
55
if: runner.os == 'Windows'
56
57
- choco upgrade llvm --version=17.0.6 -y
58
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
59
- name: Install rust
60
id: toolchain
0 commit comments