Skip to content

Commit

Permalink
Don't double-install help2man
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 3, 2024
1 parent 9304c6a commit 6977aff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Check Generated
if: matrix.target == 'x86_64-apple-darwin'
if: matrix.target == 'macos-latest'
run: |
brew install help2man
cargo run --package gen -- --bin target/debug/imdl all
Expand Down
5 changes: 0 additions & 5 deletions bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ case $OS in
ubuntu-latest)
sudo apt install help2man musl-tools
;;
macos-latest)
brew install help2man
;;
windows-latest)
;;
esac

RUSTFLAGS="--deny warnings --codegen target-feature=+crt-static $TARGET_RUSTFLAGS" \
Expand Down

0 comments on commit 6977aff

Please sign in to comment.