Skip to content

Commit

Permalink
Free disk space for docker runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 14, 2023
1 parent 423c767 commit fdd7a0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
with:
fetch-depth: 1

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: false
dotnet: false
haskell: false
large-packages: true
docker-images: true
swap-storage: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit fdd7a0b

Please sign in to comment.