File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Download ninja and add it to the PATH environment variable'
3
3
inputs :
4
4
version :
5
5
description : ' Ninja version'
6
- default : ' 1.12 .1'
6
+ default : ' 1.13 .1'
7
7
runs :
8
8
using : ' composite'
9
9
steps :
Original file line number Diff line number Diff line change 47
47
${{ matrix.platform.msys-env }}-ninja
48
48
${{ matrix.platform.msys-env }}-perl
49
49
${{ matrix.platform.msys-env }}-pkg-config
50
- - name : Set up Ninja
51
- uses : aseprite/get-ninja@main
52
- if : ${{ !contains(matrix.platform.shell, 'msys2') }}
53
50
- name : Set up SDL
54
51
id : sdl
55
52
uses : libsdl-org/setup-sdl@main
63
60
run : |
64
61
brew install \
65
62
libtool \
66
- ninja \
67
63
flac \
68
64
fluidsynth \
69
65
game-music-emu \
94
90
- uses : actions/checkout@v4
95
91
with :
96
92
submodules : recursive
93
+ - name : Set up ninja
94
+ uses : ./.github/actions/setup-ninja
95
+ if : ${{ matrix.platform.shell == 'msys2 {0}' }}
97
96
98
97
- name : Check that versioning is consistent
99
98
# We only need to run this once: arbitrarily use the Linux build
You can’t perform that action at this time.
0 commit comments