Skip to content

Commit 668e487

Browse files
Fixes if condition in step.
1 parent 804b874 commit 668e487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install docker on macOS
1616
uses: docker-practice/actions-setup-docker@master
17-
if: ${{ matrix.os === 'macOS-latest' }}
17+
if: ${{ matrix.os == 'macOS-latest' }}
1818

1919
- name: Run setup script
2020
run: ./setup.sh

0 commit comments

Comments
 (0)