Skip to content

Commit

Permalink
ci: fix error in shell selection
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed Jun 19, 2024
1 parent 523c2b0 commit 49eb1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: "Windows Latest MINGW ",
artifact: "windows-mingw.txz",
os: windows-latest,
shell: msys2 {0},
shell: 'msys2 {0}',
cc: "gcc", cxx: "g++"
}
#- {
Expand Down

0 comments on commit 49eb1d6

Please sign in to comment.