Skip to content

Commit

Permalink
CI: Workaround for Windows builds 20221120.1
Browse files Browse the repository at this point in the history
- Observed in windows-2022 and windows 2019 version 20221120.1
- It is a known issue on how CMake 3.25 discovers static libraries.
- It consists in CMake wrongly picking static libraries from the Perl
  Strawberry distribution.

Upstream issue:

- actions/runner-images#6627
  • Loading branch information
vicentebolea committed Nov 30, 2022
1 parent f695e14 commit 3bd9076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
path: source
- name: (WORKAROUND for windows-2022=20221120.1)) Remove Perl Strawberry
run: rm -rf C:/Strawberry/
- name: Setup
shell: pwsh
run: gha/scripts/ci/gh-actions/windows-setup.ps1
Expand Down

0 comments on commit 3bd9076

Please sign in to comment.