There was an error while loading. Please reload this page.
2 parents b2a4844 + b93abda commit b82727fCopy full SHA for b82727f
2 files changed
rust/.github/workflows/build.yaml.jinja
@@ -83,6 +83,13 @@ jobs:
83
platforms: all
84
if: runner.os == 'Linux' && runner.arch == 'X64'
85
86
+ - name: Free disk space
87
+ run: |
88
+ sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc /usr/local/.ghcup /usr/share/swift
89
+ df -h /
90
+ shell: bash
91
+ if: matrix.os == 'ubuntu-latest'
92
+
93
- name: Make dist (Linux)
94
run: |
95
rm -rf dist
rustjswasm/.github/workflows/build.yaml.jinja
@@ -89,6 +89,13 @@ jobs:
96
97
98
99
100
101
0 commit comments