Skip to content

Commit 8fc83cc

Browse files
authored
Fix Windows ARM builds
Signed-off-by: Philip Wedemann <[email protected]>
1 parent 7b2f472 commit 8fc83cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributor-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ jobs:
143143
uses: gradle/actions/setup-gradle@v4
144144
with:
145145
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
146-
- run: ./gradlew :native:test -DdisableLocalCache=true -PflakyTests=exclude ${{ needs.build.outputs.sys-prop-args }}
146+
- run: ./gradlew :native:test --% -DdisableLocalCache=true -PflakyTests=exclude ${{ needs.build.outputs.sys-prop-args }}

0 commit comments

Comments
 (0)