Skip to content

Commit 6f0dd35

Browse files
committed
Revert "Remove quotes on Windows"
This reverts commit f8135f6.
1 parent 779173b commit 6f0dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
working-directory: ./smithy-kotlin
127127
run: |
128128
./gradlew apiCheck
129-
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true build
129+
./gradlew -P"aws.sdk.kotlin.crt.disableCrossCompile"=true build
130130
131131
- name: Save Test Reports
132132
if: failure()

0 commit comments

Comments
 (0)