Skip to content

Commit

Permalink
ci: bump actions/checkout and don't specify ninja version
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Dec 14, 2024
1 parent c09f951 commit 750b891
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pkg-config \
${NULL+}
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup MSVC dependencies
if: "matrix.platform.msvc"
Expand All @@ -70,8 +70,6 @@ jobs:
- name: Setup Ninja for MSVC
if: ${{ !contains(matrix.platform.shell, 'msys2') }}
uses: aseprite/get-ninja@main
with:
version: 1.10.2
- uses: ilammy/msvc-dev-cmd@v1
if: "matrix.platform.msvc"
with:
Expand Down

0 comments on commit 750b891

Please sign in to comment.