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 f65aeae commit dbdc2c3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
freetype \
harfbuzz \
libtool \
ninja \
pkg-config \
sdl2 \
${NULL+}
Expand All @@ -68,7 +67,6 @@ jobs:
libharfbuzz-dev \
libsdl2-dev \
libtool \
ninja-build \
pkg-config \
${NULL+}
- uses: actions/checkout@v2
Expand All @@ -81,11 +79,9 @@ jobs:
run: |
.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
with:
version: 1.10.2
- name: Setup Ninja
if: ${{ !contains(matrix.platform.shell, 'msys2') }}
uses: aseprite/get-ninja@main
- uses: ilammy/msvc-dev-cmd@v1
if: "matrix.platform.msvc"
with:
Expand Down

0 comments on commit dbdc2c3

Please sign in to comment.