Skip to content

Commit

Permalink
update msys2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Mar 26, 2024
1 parent a74a8d9 commit 0dded9d
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: inputs.os == 'Windows' && inputs.cpu == 'amd64'
if: ${{ matrix.target.os }} == 'windows' && ${{ matrix.target.cpy }} == 'amd64'
uses: msys2/setup-msys2@v2
with:
path-type: inherit
Expand Down

0 comments on commit 0dded9d

Please sign in to comment.