Skip to content

Commit 3738aa0

Browse files
committed
Update CI config
1 parent d6ee550 commit 3738aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
gradle-version: ${{ env.GRADLE_VERSION }}
4242

4343
- name: Run all tests
44-
run: gradle assemble allTests --stacktrace --warning-mode all
44+
run: gradle assemble allTests --stacktrace --warning-mode all -Pkotlin.native.enableKlibsCrossCompilation=false
4545

4646
- name: Upload test reports
4747
uses: actions/upload-artifact@v4

.github/workflows/publish-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
gradle-version: ${{ env.GRADLE_VERSION }}
5959

6060
- name: Gradle run all tests
61-
run: gradle assemble allTests --stacktrace --warning-mode all
61+
run: gradle assemble allTests --stacktrace --warning-mode all -Pkotlin.native.enableKlibsCrossCompilation=false
6262

6363
publish-snapshots:
6464
name: Publish snapshots

0 commit comments

Comments
 (0)