Skip to content

Commit

Permalink
CI: Try moving overwrite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ongardie committed Feb 1, 2024
1 parent b798db3 commit 121c29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Install Docker
run: brew install docker
- name: Install Colima
run: brew install colima --overwrite
run: brew install --overwrite colima
- name: Save Homebrew cache
uses: actions/cache/save@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion src/bin/gen_github_yaml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ fn docker_mac_install_steps(os: Os) -> Vec<Step> {
// install or upgrade openssl to version 3, which conflicts
// with version 1.1. They fight over the symlink
// `/usr/local/bin/openssl`.
run: s("brew install colima --overwrite"),
run: s("brew install --overwrite colima"),
},
env: dict! {},
},
Expand Down

0 comments on commit 121c29b

Please sign in to comment.