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 Sep 1, 2024
1 parent e68de72 commit d4b137f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
arch: x64
- name: Set up Ninja
if: ${{ !contains(matrix.platform.shell, 'msys2') }}
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.11.1
uses: aseprite/get-ninja@main
- name: Set up MSYS2
if: ${{ matrix.platform.shell == 'msys2 {0}' }}
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -60,7 +58,6 @@ jobs:
brew install \
freetype \
harfbuzz \
ninja \
pkg-config \
${NULL+}
- name: Set up Linux dependencies
Expand All @@ -73,7 +70,6 @@ jobs:
fonts-dejavu-core \
libfreetype-dev \
libharfbuzz-dev \
ninja-build \
pkg-config \
${NULL+}
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4b137f

Please sign in to comment.