Skip to content

Commit d687c1b

Browse files
committed
[FIXUP] Use pwrshell on Windows?
1 parent 4f04383 commit d687c1b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
3535
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
3636
runs-on: ${{ matrix.config.os }}
37-
defaults:
38-
run:
39-
shell: ${{ contains(matrix.config.native, 'win32') && 'cmd' || 'bash' }}
4037
steps:
4138
- name: checkout swt
4239
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
@@ -68,13 +65,13 @@ jobs:
6865
mvn --batch-mode -V -U -e
6966
--threads 1C
7067
-DforkCount=1
71-
-Dnative=${{ matrix.config.native }}
68+
'-Dnative=${{ matrix.config.native }}'
7269
-Papi-check
73-
-Dtycho.baseline.replace=none
70+
'-Dtycho.baseline.replace=none'
7471
--fail-at-end
7572
-DskipNativeTests=false
7673
-DfailIfNoTests=false
77-
-Dtycho.version=4.0.8
74+
'-Dtycho.version=4.0.8'
7875
clean install
7976
- name: Performance tests
8077
if: contains(github.event.pull_request.labels.*.name, 'performance')

0 commit comments

Comments
 (0)