Skip to content

Commit f6dbc69

Browse files
Fix build and cargo lock (#307)
## Usage and product changes Fix build and cargo lock
1 parent 2955030 commit f6dbc69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ commands:
7272
type: string
7373
steps:
7474
- run: |
75-
brew install [email protected]
75+
brew install --skip-post-install [email protected] && brew postinstall [email protected]
7676
curl -OL "https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-darwin-<<parameters.bazel-arch>>"
7777
sudo mv "bazelisk-darwin-<<parameters.bazel-arch>>" /usr/local/bin/bazel
7878
chmod a+x /usr/local/bin/bazel

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)