Skip to content

Commit

Permalink
ci: setup ninja through aseprite/get-ninja action
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed May 1, 2024
1 parent 33531ee commit 8e1e4bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
brew install \
autoconf \
automake \
ninja \
pkg-config \
sdl2 \
${NULL+}
Expand All @@ -58,7 +57,6 @@ jobs:
automake \
cmake \
libsdl2-dev \
ninja-build \
pkg-config \
${NULL+}
Expand All @@ -71,8 +69,8 @@ jobs:
.github/fetch_sdl_vc.ps1
echo "SDL2_DIR=$Env:GITHUB_WORKSPACE/SDL2-devel-VC" >> $Env:GITHUB_ENV
- name: Setup Ninja for MSVC
if: "matrix.platform.msvc"
uses: ashutoshvarma/setup-ninja@master
if: ${{ !contains(matrix.platform.shell, 'msys2') }}
uses: aseprite/get-ninja@main
with:
version: 1.10.2
- uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 8e1e4bf

Please sign in to comment.