Fix GitHub Actions for new windows-2022 image (20221120.1) w/cmake 3.25.0 (fix #3610)

This commit is contained in:
David Capello 2022-12-02 11:29:59 -03:00
parent 01967be53c
commit 63a9aa67c9

View File

@ -25,6 +25,10 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master
- uses: ilammy/msvc-dev-cmd@v1
if: runner.os == 'Windows'
- name: Workaround for windows-2022 and cmake 3.25.0
if: runner.os == 'Windows'
shell: bash
run: rm -rf C:/Strawberry/
- name: Install Dependencies
shell: bash
run: |