Skip to content

Commit

Permalink
Install docker on macos CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Oct 30, 2024
1 parent 04b9379 commit 4822031
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ jobs:
sh rustup-init.sh -y --default-toolchain none
rustup target add ${{ matrix.target }}
- name: install docker
run: |
brew install docker
colima start
- name: Build and Test
run: ./.ci/build_and_test.sh

0 comments on commit 4822031

Please sign in to comment.