Skip to content

Commit

Permalink
free up gh space
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jun 21, 2024
1 parent c9fbcb1 commit c0c8a92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
packages: write

steps:
- name: freeup space
run: |
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
docker-images: false
- name: Checkout Code
uses: actions/checkout@v3

Expand Down

0 comments on commit c0c8a92

Please sign in to comment.