We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4586a6b commit 94eb142Copy full SHA for 94eb142
.github/workflows/autopublish.yaml
@@ -19,6 +19,10 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
+ # https://github.com/jlumbroso/free-disk-space/blob/main/action.yml
23
+ - name: Free up some disk space
24
+ run: sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc /usr/local/.ghcup
25
+
26
- name: Install Rust toolchain
27
run: rustup update --no-self-update stable
28
0 commit comments