Skip to content

Commit

Permalink
Remove unused ubuntu packages to avoid running out of disk space
Browse files Browse the repository at this point in the history
when building nix derivations
  • Loading branch information
teodanciu committed Aug 29, 2023
1 parent 642b86e commit 20620b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ jobs:
os: [ubuntu-latest]

steps:

- run: |
sudo apt-get update
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
android: true
dotnet: true
haskell: false
large-packages: false
docker-images: true
swap-storage: false

- uses: actions/checkout@v3
- name: Set NIGHTLY environment variable if the job was triggered by the scheduler
if: ${{ github.event_name == 'schedule' }}
Expand Down

0 comments on commit 20620b4

Please sign in to comment.