diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8b11e50..5bea909 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: diff --git a/src/bin/gen_github_yaml.rs b/src/bin/gen_github_yaml.rs index 0bd5f08..eae0bda 100644 --- a/src/bin/gen_github_yaml.rs +++ b/src/bin/gen_github_yaml.rs @@ -650,7 +650,7 @@ fn docker_mac_install_steps(os: Os) -> Vec { // 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! {}, },