Skip to content

Commit

Permalink
CI: Use default LLVM on windows again
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
  • Loading branch information
jschwe committed Aug 29, 2024
1 parent b007e15 commit 1a78678
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
run: |
sudo apt update
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev -y
- name: Upgrade LLVM (Windows)
if: runner.os == 'Windows'
run: |
choco uninstall llvm
choco upgrade llvm --version=17.0.6 -y
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
- name: Install rust
id: toolchain
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 1a78678

Please sign in to comment.