Skip to content

Commit 7456496

Browse files
committed
ci: make the build 'Setup Ninja' job windows-only
Ninja comes pre-installed in every other image except Windows.
1 parent 3fd05bb commit 7456496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158

159159
- name: Setup Ninja
160160
uses: seanmiddleditch/gha-setup-ninja@v5
161+
if: ${{ runner.os == 'Windows' }}
161162

162163
- name: Setup C++
163164
uses: alandefreitas/cpp-actions/[email protected]

0 commit comments

Comments
 (0)