mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 12:20:58 +00:00
Fix GitHub Actions for new windows-2022 image (20221120.1) w/cmake 3.25.0 (fix #3610)
This commit is contained in:
parent
01967be53c
commit
63a9aa67c9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user