Skip to content

Commit

Permalink
try escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Feb 15, 2024
1 parent 9889a55 commit 9c621dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: ./.github/actions/setup-build
- name: Build and Test ${{ env.PACKAGE_NAME }}
run: |
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true build
./gradlew -P"aws.sdk.kotlin.crt.disableCrossCompile"=true build
- name: Save Test Reports
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c621dd

Please sign in to comment.