Skip to content

Commit a0d1233

Browse files
committed
fixup!
1 parent 52587d8 commit a0d1233

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,10 @@ jobs:
396396
with:
397397
usesh: true
398398
prepare: |
399-
pkg_add cmake
399+
pkg_add cmake gmake
400400
run: |
401-
make
402-
make stats
401+
gmake
402+
gmake stats
403403
404404
freebsd:
405405
runs-on: ubuntu-latest
@@ -410,7 +410,7 @@ jobs:
410410
with:
411411
usesh: true
412412
prepare: |
413-
pkg install -y cmake
413+
pkg install -y cmake gmake
414414
run: |
415-
make
416-
make stats
415+
gmake
416+
gmake stats

0 commit comments

Comments
 (0)