Skip to content

Commit

Permalink
Try clean up stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adolsalamanca committed Nov 27, 2024
1 parent ea28ec3 commit 8841943
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ jobs:
sudo usermod -aG docker $USER
sudo setfacl --modify user:$USER:rw /var/run/docker.sock
- name: Free Disk Space (Github runners)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8841943

Please sign in to comment.