Skip to content

Commit

Permalink
fix docker macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-harin committed May 24, 2024
1 parent 3c5b32d commit 11bc337
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,12 @@ jobs:
container: yegor256/cam:0.9.2
steps:
- uses: actions/checkout@v4

- name: Install Docker (macOS only)
if: ${{ matrix.os == 'macos-12' }}
run: |
brew install docker
colima start
- run: make install
- run: make env lint test

0 comments on commit 11bc337

Please sign in to comment.