Skip to content

Commit 34259a7

Browse files
committed
ci: reclaim disk space by deleting unused tools folder
1 parent 8d8857c commit 34259a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
id-token: write
1111
contents: read
1212
steps:
13+
- name: Delete unnecessary tools folder
14+
run: rm -rf /opt/hostedtoolcache
1315
- name: Checkout repository
1416
uses: actions/checkout@v4
1517
- name: Install nix

0 commit comments

Comments
 (0)