ci: try to improve disk space
This commit is contained in:
parent
8f88dc7a38
commit
4a318041de
3
.github/workflows/cachix.yaml
vendored
3
.github/workflows/cachix.yaml
vendored
|
@ -81,6 +81,9 @@ jobs:
|
|||
- thanatos
|
||||
|
||||
steps:
|
||||
- name: Delete huge unnecessary tools folder
|
||||
run: rm -rf /opt/hostedtoolcache
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
|
Loading…
Reference in a new issue