Skip to content

Commit

Permalink
try to free up disk space before building container
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 13, 2024
1 parent 5b8a5f7 commit 3320c3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
python-version: '3.10'

- name: Free up some disk space
run: sudo rm -rf /usr/share/dotnet

- id: auth
uses: google-github-actions/auth@v1
with:
Expand Down

0 comments on commit 3320c3a

Please sign in to comment.