Skip to content

Commit 459b8ae

Browse files
committed
[FIXUP]
1 parent 3ec8223 commit 459b8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- { name: MacOS, os: macos-13 }
4949
defaults:
5050
run: # Run on bash or cmd, because powershell (the Windows default) interprets dots in arguments differently
51-
shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
51+
shell: ${{ matrix.config.name == 'Windows' && 'cmd' || 'bash' }}
5252

5353
name: Verify ${{ matrix.config.name }}
5454
steps:

0 commit comments

Comments
 (0)