mirror of https://github.com/PCSX2/pcsx2.git
CI/Windows: Uninstall system LLVM package
Instead of upgrading it, we haven't tested clang-18 with PCSX2 yet.
This commit is contained in:
parent
5e858fa1bc
commit
91fbf1b22e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue