Skip to content

Commit

Permalink
ダブルクオートをつけろと言われたので入れた
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Nov 12, 2024
1 parent c627336 commit 07d2a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Docker and start Colima on macOS
if: matrix.os == 'macos-latest'
if: matrix.os == '"macos-latest"'
run: |
brew install docker
brew install colima
Expand Down

0 comments on commit 07d2a9c

Please sign in to comment.