Skip to content

Commit

Permalink
fix windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Mar 26, 2024
1 parent 9e61ef2 commit db41cd6
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 @@ -49,7 +49,7 @@ jobs:
submodules: true

- name: MSYS2 (Windows amd64)
if: ${{ matrix.target.os }} == 'windows' && ${{ matrix.target.cpu }} == 'amd64'
if: ${{ matrix.target.os == 'windows' && matrix.target.cpu == 'amd64' }}
uses: msys2/setup-msys2@v2
with:
path-type: inherit
Expand Down

0 comments on commit db41cd6

Please sign in to comment.