We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ee550 commit 3738aa0Copy full SHA for 3738aa0
.github/workflows/publish-release.yml
@@ -41,7 +41,7 @@ jobs:
41
gradle-version: ${{ env.GRADLE_VERSION }}
42
43
- name: Run all tests
44
- run: gradle assemble allTests --stacktrace --warning-mode all
+ run: gradle assemble allTests --stacktrace --warning-mode all -Pkotlin.native.enableKlibsCrossCompilation=false
45
46
- name: Upload test reports
47
uses: actions/upload-artifact@v4
.github/workflows/publish-snapshot.yml
@@ -58,7 +58,7 @@ jobs:
58
59
60
- name: Gradle run all tests
61
62
63
publish-snapshots:
64
name: Publish snapshots
0 commit comments