Skip to content

Commit

Permalink
windows_x64: set 'shell: bash'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Apr 23, 2024
1 parent 0f455a4 commit 6bf38e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows_x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- name: Checkout JDK repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6bf38e5

Please sign in to comment.