don't need to see opt anymore

This commit is contained in:
Daylin Morgan 2024-01-23 14:51:12 -06:00
parent 2d5800368d
commit 578e99de34
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@ jobs:
host: ["othalan", "algiz"] host: ["othalan", "algiz"]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: sudo du /opt/* -sh # free up some space
- run: sudo rm -rf /opt& - run: sudo rm -rf /opt&
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25 # v25 - uses: cachix/install-nix-action@v25 # v25
with: with: