Skip to content

Commit 5e91d7c

Browse files
committed
use default tmp dir and try cleaning tmp before build
1 parent ad002ad commit 5e91d7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ jobs:
166166
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
167167
168168
df -h /tmp
169-
export TMPDIR=/home/runner/tmp
170-
mkdir -p $TMPDIR
169+
rm -rf /tmp/*
171170
172171
./gradlew apiCheck
173172
./gradlew build

0 commit comments

Comments
 (0)