Skip to content

Commit

Permalink
ci: force bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed Jun 19, 2024
1 parent efb2746 commit c228ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "Windows Latest MSVC ",
artifact: "windows-msvc.txz",
os: windows-latest,
shell: powershell,
shell: bash,
cc: "cl", cxx: "cl"
}
- {
Expand All @@ -37,7 +37,7 @@ jobs:
name: "Windows Latest MINGW ",
artifact: "windows-mingw.txz",
os: windows-latest,
shell: cmd,
shell: bash,
cc: "gcc", cxx: "g++"
}
#- {
Expand Down

0 comments on commit c228ba1

Please sign in to comment.