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