fix
This commit is contained in:
parent
8689ff6b58
commit
2fca61e3ca
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
|
||||
- name: Free Disk Space
|
||||
run: |
|
||||
docker system prune -af
|
||||
docker volume prune -f
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue