Skip to content

Commit

Permalink
Add an "Upgrade clang" step
Browse files Browse the repository at this point in the history
In the current windows-latest (windows-2022) image, the installed Clang
is version 16, but the Visual Studio STL requires Clang version 17 or
later. The "Upgrade clang" workaround is recommended in
actions/runner-images#10001 (comment).
  • Loading branch information
wantehchang committed Jun 11, 2024
1 parent 9d24f8a commit 01fc350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
codec-dav1d: 'LOCAL'
codec-rav1e: 'LOCAL'

- name: Upgrade clang
run: choco upgrade llvm
- name: Build aom
if: steps.setup.outputs.ext-cache-hit != 'true'
working-directory: ./ext
Expand Down

0 comments on commit 01fc350

Please sign in to comment.