Skip to content

Commit f6b3289

Browse files
committed
Fix: backport missing extra space creation step in workflow
This somehow slipped the cherry-picking from earlier.
1 parent 335ea4d commit f6b3289

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-tag.yml

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
fetch-depth: 0
1919
fetch-tags: true
2020

21+
- name: Make more space available on the runner
22+
run: |
23+
sudo rm -rf /usr/share/dotnet \
24+
/usr/local/lib/android \
25+
/opt/ghc \
26+
/opt/hostedtoolcache/CodeQL
27+
28+
2129
- name: Ensure KVM is usable by nix-build
2230
run: sudo chmod a+rwx /dev/kvm
2331
shell: bash

0 commit comments

Comments
 (0)