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 a18ef94 commit 215aa6cCopy full SHA for 215aa6c
1 file changed
.github/workflows/build-linux-bundle.yml
@@ -14,6 +14,9 @@ jobs:
14
- uses: DeterminateSystems/nix-installer-action@main
15
- uses: DeterminateSystems/magic-nix-cache-action@main
16
17
+ - name: Free disk space
18
+ run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache
19
+
20
- name: Build Linux Bundle
21
run: nix build .nix#graphite-bundle.tar.xz && cp ./result ./graphite-bundle.tar.xz
22
0 commit comments