Skip to content

Commit 84c888e

Browse files
committed
Update GitHub Actions workflow to install Docker on macOS
- Added a command to install Docker using Homebrew in the macOS setup step, ensuring the necessary environment for Docker and Docker Compose is established.
1 parent 0560626 commit 84c888e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gbf_vector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Setup docker and docker-compose (missing on MacOS)
3030
if: runner.os == 'macos'
3131
run: |
32+
brew install docker
3233
brew install colima
3334
colima start
3435

0 commit comments

Comments
 (0)