Skip to content

Commit

Permalink
build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Oct 9, 2024
1 parent c28432c commit d428f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ jobs:
shell: bash
run: |
echo "-- install brew dependencies"
brew bundle --cleanup --quiet
rm -rf "$(brew --prefix)/var/homebrew/locks"
brew bundle --quiet
echo "-- install rust toolchain"
rm -rf /Users/runner/.cargo
Expand Down
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ brew 'llvm'
brew 'protobuf'
brew 'openssl'
brew 'rustup'
brew 'jq'

# Test dependencies
brew 'lcov'

0 comments on commit d428f96

Please sign in to comment.