mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
CI: install GNU coreutils package for FreeBSD workflow
- util/show-utils.sh script is used by FreeBSD workflow => use realpath command from GNU coreutils instead of FreeBSD realpath. - install GNU coreutils (FreeBSD package coreutils) in style job Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
13665da85e
commit
0bc70e3ba1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/freebsd.yml
vendored
4
.github/workflows/freebsd.yml
vendored
|
@ -44,8 +44,8 @@ jobs:
|
|||
usesh: true
|
||||
sync: rsync
|
||||
copyback: false
|
||||
# We need jq to run show-utils.sh and bash to use inline shell string replacement
|
||||
prepare: pkg install -y curl sudo jq bash
|
||||
# We need jq and GNU coreutils to run show-utils.sh and bash to use inline shell string replacement
|
||||
prepare: pkg install -y curl sudo jq coreutils bash
|
||||
run: |
|
||||
## Prepare, build, and test
|
||||
# implementation modelled after ref: <https://github.com/rust-lang/rustup/pull/2783>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue