Skip to content

Commit

Permalink
install docker in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Karn committed May 8, 2022
1 parent 1daec37 commit bd7eb5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install docker
if: ${{ matrix.platform == 'macos-latest' }}
run: |
brew install docker docker-machine docker-compose
sudo docker –version
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit bd7eb5f

Please sign in to comment.