Skip to content

Commit f4b0dc5

Browse files
committed
ci: add gmake to FreeBSD CI dependencies
Install GNU make (gmake) in the FreeBSD workflow prepare step to support building and testing, as the process requires GNU make utilities alongside existing tools like jq and GNU coreutils.
1 parent 2fc930b commit f4b0dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sync: rsync
5050
copyback: false
5151
# We need jq and GNU coreutils to run show-utils.sh and bash to use inline shell string replacement
52-
prepare: pkg install -y curl sudo jq coreutils bash
52+
prepare: pkg install -y curl gmake sudo jq coreutils bash
5353
run: |
5454
## Prepare, build, and test
5555
# implementation modelled after ref: <https://github.com/rust-lang/rustup/pull/2783>

0 commit comments

Comments
 (0)