Skip to content

Commit 61bce20

Browse files
authored
Update .github/workflows/build-image-test.yaml
1 parent 677118c commit 61bce20

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ jobs:
6565
>> $GITHUB_ENV
6666
6767
- name: Setup docker (missing on MacOS)
68-
if: matrix.os == 'macos'
69-
run: |
70-
brew install docker
71-
colima start
72-
68+
if: matrix.os == 'macos'
69+
run: |
70+
brew install docker
71+
colima start
7372
- name: Set up Docker Buildx
7473
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
7574
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)