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 c0b17f7
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 (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
dotnet: false
haskell: false
large-packages: false
docker-images: false
swap-storage: false

- name: Install aws-cli
uses: isbang/setup-awscli@v0.1.0
Expand Down

0 comments on commit c0b17f7

Please sign in to comment.