CI: Tempfix windows clang builds

This commit is contained in:
refractionpcsx2 2024-06-06 20:56:28 +01:00
parent 3c15f6e42f
commit f771b0f29c
1 changed files with 4 additions and 0 deletions

View File

@ -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: