Skip to content

Commit

Permalink
moreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Jul 11, 2024
1 parent 3289e9a commit 520d362
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install tools on Linux
# libarchive-zip-perl is needed for crc32, used by convert-id.
run: |
if command -v apt-get; then
# libarchive-zip-perl is needed for crc32, used by convert-id.test
sudo apt-get update -yy && sudo apt-get install -yy moreutils libarchive-zip-perl && command -v sponge
fi
- name: Install tools on Mac
run: |
if command -v brew ; then
brew install bash coreutils
# coreutils is needed for base32, used by convert-id.test
# moreutils is needed for sponge, used by network-config.test
brew install bash coreutils moreutils
fi
- name: Test split-changelog script
run: scripts/nns-dapp/split-changelog.test
Expand Down

0 comments on commit 520d362

Please sign in to comment.