Skip to content

Commit ca13302

Browse files
committed
try cleaning before build
1 parent 45c19c8 commit ca13302

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,12 @@ jobs:
174174
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
175175
176176
df -h /tmp
177-
export TMPDIR=/home/runner/tmp
178-
mkdir -p $TMPDIR
179177
180178
./gradlew apiCheck
179+
./gradlew clean
180+
181+
df -h /tmp
182+
181183
./gradlew build
182184
183185
- name: Save Test Reports

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ kotlin.incremental.multiplatform=true
44
kotlin.mpp.stability.nowarn=true
55
kotlin.mpp.enableCInteropCommonization=true
66
kotlin.native.ignoreDisabledTargets=true
7-
kotlin.native.cacheKind.linuxX64=none
87

98
# atomicfu
109
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274

0 commit comments

Comments
 (0)