Skip to content

Commit

Permalink
Free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 1, 2024
1 parent dc3b99e commit 604a308
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install sqlite3
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
- name: Free disk space
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: Install aws-cli
uses: isbang/setup-awscli@v0.1.0
Expand Down

0 comments on commit 604a308

Please sign in to comment.