Skip to content

Commit

Permalink
[ci] Remove workaround for windows-2022 runner and cmake 3.25.0
Browse files Browse the repository at this point in the history
Reverts 63a9aa6
  • Loading branch information
dacap committed Jun 10, 2024
1 parent 6cdf2ae commit 927a24b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -52,10 +52,6 @@ jobs:
- uses: aseprite/get-ninja@main
- 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: Generating Makefiles
shell: bash
run: |

0 comments on commit 927a24b

Please sign in to comment.