Skip to content

Commit

Permalink
Update build_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt authored Mar 15, 2024
1 parent 40969a1 commit fdfcb15
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit fdfcb15

Please sign in to comment.