We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52587d8 commit a0d1233Copy full SHA for a0d1233
.github/workflows/ci.yml
@@ -396,10 +396,10 @@ jobs:
396
with:
397
usesh: true
398
prepare: |
399
- pkg_add cmake
+ pkg_add cmake gmake
400
run: |
401
- make
402
- make stats
+ gmake
+ gmake stats
403
404
freebsd:
405
runs-on: ubuntu-latest
@@ -410,7 +410,7 @@ jobs:
410
411
412
413
- pkg install -y cmake
+ pkg install -y cmake gmake
414
415
416
0 commit comments