We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a0555 commit 7b14be6Copy full SHA for 7b14be6
1 file changed
.github/workflows/release.yml
@@ -58,6 +58,17 @@ jobs:
58
echo "Tag $TAG_NAME does not exist. Proceeding with release."
59
fi
60
61
+ - name: Free disk space # Optional: Keep as needed for large builds
62
+ uses: jlumbroso/free-disk-space@main
63
+ with:
64
+ tool-cache: false
65
+ android: true
66
+ dotnet: true
67
+ haskell: true
68
+ large-packages: true
69
+ docker-images: true
70
+ swap-storage: true
71
+
72
- name: Set up QEMU
73
uses: docker/setup-qemu-action@v3 # Use v3
74
0 commit comments