remove zip file in /tmp to save some space and use large runner

This commit is contained in:
LuuuXXX 2025-03-06 16:03:35 +08:00
parent 23adb46b47
commit 4cd350f616
2 changed files with 2 additions and 1 deletions

View file

@ -7,3 +7,4 @@ curl $URL | tar xz -C /tmp linux/native-linux-x64-5.0.0.71-Release.zip
mkdir /opt/ohos-sdk
cd /opt/ohos-sdk
unzip -qq /tmp/linux/native-linux-x64-5.0.0.71-Release.zip
rm /tmp/linux/native-linux-x64-5.0.0.71-Release.zip

View file

@ -176,7 +176,7 @@ auto:
<<: *job-linux-4c
- name: dist-ohos
<<: *job-linux-4c
<<: *job-linux-4c-largedisk
- name: dist-powerpc-linux
<<: *job-linux-4c