Skip to content

Commit

Permalink
do not use bash by default
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 15, 2024
1 parent 5af566f commit c2bb660
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request_target:
types: [labeled]

defaults:
run:
shell: bash

jobs:
build:
name: Build and Test
Expand All @@ -28,7 +24,6 @@ jobs:
- name: Build and Test
id: buildAndTest
run: mvn -B clean test
shell: cmd
- name: Codesign DLL on release
if: startsWith(github.ref, 'refs/tags/')
uses: skymatic/code-sign-action@v3
Expand Down

0 comments on commit c2bb660

Please sign in to comment.