Skip to content

Commit

Permalink
Altered shell for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Sep 19, 2022
1 parent 857cf2e commit 7aeb4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
${{ runner.os }}-gradlew-
- name: Build-win
if: runner.os == 'Windows'
shell: cmd
run: gradlew.bat -Dfile.encoding=UTF-8 build -S
- name: Build-nix
if: runner.os != 'Windows'
Expand Down

0 comments on commit 7aeb4c6

Please sign in to comment.