Skip to content

Commit 533bb39

Browse files
committed
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 6d1a33a..f3dfaf1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -33,7 +33,7 @@ jobs: if: runner.os == 'macos' shell: bash run: | - brew install docker + brew install --cask docker - name: Deploy over SSH shell: bash env:
1 parent 7406251 commit 533bb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: runner.os == 'macos'
3434
shell: bash
3535
run: |
36-
brew install docker
36+
brew install --cask docker
3737
- name: Deploy over SSH
3838
shell: bash
3939
env:

0 commit comments

Comments
 (0)