Update workflow

This commit is contained in:
Hyy2001X 2021-03-05 10:21:47 +08:00
parent 04c8be6524
commit 835e117e1d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ env:
UPLOAD_FIRMWARE: false
UPLOAD_BIN_DIR: false
REMOVE_OLD_RELEASE: false
REMOVE_WORKFLOW_RUNS: false
REMOVE_WORKFLOW_RUNS: true
jobs:
build:

View File

@ -46,8 +46,8 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi `docker images -q`
echo "Deleting files, please wait ..."
docker rmi `docker images -q`
sudo rm -rf \
/usr/share/dotnet \
/etc/mysql \