Skip to content

Commit

Permalink
CI: Tempfix windows clang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jun 6, 2024
1 parent 3c15f6e commit f771b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows_build_qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f771b0f

Please sign in to comment.