Skip to content

Commit

Permalink
try to use sh and not bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Jun 23, 2023
1 parent 698cb75 commit d57c4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:

build-windows:
runs-on: windows-latest
defaults:
run:
shell: sh
strategy:
matrix:
windows_config:
Expand Down

0 comments on commit d57c4e8

Please sign in to comment.