Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Jul 29, 2024
1 parent df7160b commit 5e8ae2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ jobs:
- name: Setup Docker MacOS
if: runner.os == 'MacOS'
run: |
brew install docker colima
brew install colima
brew services start colima
brew install docker
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- uses: Swatinem/rust-cache@v2
- name: Setup Rust - ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 5e8ae2a

Please sign in to comment.