We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67dda7 commit 69d57eeCopy full SHA for 69d57ee
.github/workflows/ci.yml
@@ -129,6 +129,7 @@ jobs:
129
uses: ./smithy-kotlin/.github/actions/setup-build
130
131
- name: Build and Test ${{ env.PACKAGE_NAME }} on Windows JVM
132
+ working-directory: ./smithy-kotlin
133
run: |
134
./gradlew apiCheck
135
./gradlew -P"aws.sdk.kotlin.crt.disableCrossCompile"=true build
0 commit comments