mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
don't need to see opt anymore
This commit is contained in:
parent
2d5800368d
commit
578e99de34
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -14,8 +14,9 @@ jobs:
|
|||
host: ["othalan", "algiz"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: sudo du /opt/* -sh
|
||||
# free up some space
|
||||
- run: sudo rm -rf /opt&
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25 # v25
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue