Skip to content

Commit

Permalink
CI: make setup script run on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 24, 2024
1 parent ea5afa6 commit 7eac77a
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 @@ -24,6 +24,7 @@ jobs:
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
shell: bash
- name: Execute the build
run: .github/build.sh
shell: bash
Expand Down

0 comments on commit 7eac77a

Please sign in to comment.