Skip to content

Commit

Permalink
ci: Try fix setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Jan 2, 2025
1 parent af6c768 commit 6bf99b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
- name: Install Docker (macOS)
if: runner.os == 'macOS'
run: |
brew install --cask docker
brew install --cask docker virtualbox
brew install docker-machine
docker-machine create --driver virtualbox default
docker-machine restart
- name: Install Docker (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 6bf99b3

Please sign in to comment.