Skip to content

Commit 274173d

Browse files
committed
Disable cross compile, only need to build JVM
1 parent 5aab402 commit 274173d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kat-transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ls -lsa
5757
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
5858
kat bump-version --property codegenVersion
59-
./gradlew build
59+
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
6060
./gradlew publishAllPublicationsToTestLocalRepository
6161
6262
- name: Transform

0 commit comments

Comments
 (0)