Skip to content

Commit

Permalink
ci: consolidate install of GNU tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Dec 27, 2022
1 parent 937342f commit 28af38d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: macos-latest
steps:
- name: install GNU tools
run: brew install gnu-sed grep gawk
run: brew install gnu-sed grep gawk make
- name: checkout
uses: actions/checkout@v3
- name: install latest rust toolchain
Expand All @@ -41,8 +41,6 @@ jobs:
override: true
- name: install x86_64-apple-darwin and aarch64-apple-darwin targets
run: rustup target install x86_64-apple-darwin aarch64-apple-darwin
- name: install latest gnu make version
run: brew install make
- name: run tests
run: gmake test
- name: macos-packages
Expand Down

0 comments on commit 28af38d

Please sign in to comment.