Skip to content

Commit

Permalink
chore(ci): Fix disk space problem in Publish Dev Containers job (#2037)
Browse files Browse the repository at this point in the history
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
  • Loading branch information
oguzhand95 committed Mar 8, 2024
1 parent bd80b73 commit f02e9fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ jobs:
contents: read
packages: write
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false # this might remove tools that are actually needed, if set to "true" but frees about 6 GB
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f02e9fb

Please sign in to comment.