Skip to content

Commit 56e5e77

Browse files
committed
try this
1 parent ca48026 commit 56e5e77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: windows-x64
121121
os: windows-2025
122122
- name: linux-x64
123-
os: ubuntu-24.04
123+
os: ubuntu-22.04
124124

125125
name: Test Project / ${{ matrix.name }}
126126
steps:

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
kotlin.code.style=official
22
kotlin.native.ignoreDisabledTargets=true
3+
kotlin.native.cacheKind.linuxX64=none
34
kotlin.incremental.native=true
45
kotlin.mpp.enableCInteropCommonization=true
56
org.gradle.daemon=true

0 commit comments

Comments
 (0)