Skip to content

Commit

Permalink
Update release-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Sep 6, 2023
1 parent 73b63e4 commit 5159345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: "Install homebrew dependencies"
command: |
brew install bazel cmake ninja nasm libomp wget go
(cd "/usr/local/Cellar/bazel/5.3.2/libexec/bin" && curl -fLO https://releases.bazel.build/6.2.1/release/bazel-6.2.1-darwin-x86_64 && chmod +x bazel-6.2.1-darwin-x86_64)
(cd "/usr/local/Cellar/bazel/6.3.2/libexec/bin" && curl -fLO https://releases.bazel.build/6.2.1/release/bazel-6.2.1-darwin-x86_64 && chmod +x bazel-6.2.1-darwin-x86_64)
- run:
name: "Install Miniconda"
command: |
Expand Down

0 comments on commit 5159345

Please sign in to comment.