Skip to content

Commit

Permalink
chore: free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
lydavid committed Apr 7, 2024
1 parent c8c1b7c commit e58cb34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ jobs:
with:
token: ${{ secrets.PAT }}

- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

android: false
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: true

- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down

0 comments on commit e58cb34

Please sign in to comment.