Skip to content

Commit

Permalink
use cmd instead of pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 15, 2024
1 parent 04ef0f6 commit 5af566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and Test
id: buildAndTest
run: mvn -B clean test
shell: pwsh
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 5af566f

Please sign in to comment.