Skip to content

Commit d9837f1

Browse files
committed
install GNU make for Windows like PDLPorters/devops@c475851
1 parent 0144b8e commit d9837f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github-actions/ci-dist/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,11 @@ runs:
366366
fi
367367
echo "::endgroup::"
368368
fi
369+
- name: GNU make for Windows
370+
shell: bash
371+
if: ${{ matrix.os == 'windows-latest' }}
372+
run: |
373+
choco install --verbose make
369374
- name: target-test (no coverage)
370375
shell: bash
371376
env:

0 commit comments

Comments
 (0)