mirror of https://github.com/PCSX2/pcsx2.git
CI: Tempfix windows clang builds
This commit is contained in:
parent
3c15f6e42f
commit
f771b0f29c
|
@ -55,6 +55,10 @@ jobs:
|
|||
POWERSHELL_TELEMETRY_OPTOUT: 1
|
||||
|
||||
steps:
|
||||
- name: Tempfix Clang
|
||||
if: inputs.configuration == 'CMake'
|
||||
run: choco upgrade llvm
|
||||
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue