Skip to content

Commit

Permalink
Fix docker and colima install in CI (#1556)
Browse files Browse the repository at this point in the history
* [GHA/io_integration_test] run brew update before brew install

* [GHA/io_integration_test] execute CI on this branch

* [GHA/io_integration_test] fix python link error.

* [GHA/io_integration_test] run on all branches
  • Loading branch information
clangenb authored Nov 19, 2023
1 parent ed6c4ba commit a00eaa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ jobs:
run: .flutter/bin/dart run melos yarn-build

- name: Start colima a docker runtime for MacOs
# Work around an upstream issue with the runner image:
# https://github.com/actions/runner-images/issues/8500
run: |
brew upgrade || brew link --overwrite python@3.11
brew install docker
brew install colima
colima start
Expand Down

0 comments on commit a00eaa1

Please sign in to comment.