Skip to content

Commit 3526f3c

Browse files
committed
[actions] argLine is not recognized on Windows (-_-)
1 parent 00ebfeb commit 3526f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set argLine command line option
4646
shell: bash
4747
if: ${{ matrix.java != '8' }}
48-
run: echo 'ARG_LINE="-DargLine=--illegal-access=permit"' >> $GITHUB_ENV
48+
run: echo 'ARG_LINE='"'"'-D"argLine=--illegal-access=permit"'"'" >> $GITHUB_ENV
4949
- name: Set env command line option
5050
shell: bash
5151
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)