Merge pull request #678 from serokell/pasqu4le/chore-fix-update-tezos… #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build BigSur bottles | |
on: | |
push: | |
branches: | |
- PruStephan/Remove_unnecessary_tezos_client_deps | |
jobs: | |
build-bottles: | |
name: Install and test binaries | |
runs-on: macos-11 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Build tezos-client | |
run: | | |
brew install --formula ./Formula/tezos-sapling-params.rb | |
brew install $(brew deps --include-build --formula "./Formula/tezos-client.rb") | |
brew install --formula --build-bottle "./Formula/tezos-client.rb" |