Skip to content

Commit

Permalink
man
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Sep 6, 2024
1 parent 4abf1bf commit de1658c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check disk space
run: |
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df . -h
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
- uses: DeterminateSystems/nix-installer-action@main
name: Install Nix

Expand Down

0 comments on commit de1658c

Please sign in to comment.