Skip to content

Commit 869122b

Browse files
henrik242claude
andcommitted
fix FreeBSD/NetBSD CI: install and use gmake for GNU make compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4f803f3 commit 869122b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
operating_system: freebsd
3030
version: '14.2'
31-
run: make
31+
run: sudo pkg install -y gmake && gmake
3232
build-netbsd:
3333
runs-on: ubuntu-latest
3434
steps:
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
operating_system: netbsd
4040
version: '10.1'
41-
run: make
41+
run: sudo pkgin -y install gmake && gmake

0 commit comments

Comments
 (0)