CI/Windows: Uninstall system LLVM package

Instead of upgrading it, we haven't tested clang-18 with PCSX2 yet.
This commit is contained in:
Connor McLaughlin 2024-06-07 15:21:25 +10:00
parent 5e858fa1bc
commit 91fbf1b22e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
steps:
- name: Tempfix Clang
if: inputs.configuration == 'CMake'
run: choco upgrade llvm
run: choco uninstall llvm
- name: Checkout Repository
uses: actions/checkout@v4