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 dce6abb commit 1dc1e93Copy full SHA for 1dc1e93
.github/workflows/build.yml
@@ -253,7 +253,17 @@ jobs:
253
if: github.event_name != 'repository_dispatch'
254
with:
255
submodules: 'true'
256
-
+
257
+ - name: Free Disk Space (Ubuntu)
258
+ uses: jlumbroso/free-disk-space@main
259
+ with:
260
+ tool-cache: true
261
+ android: false
262
+ dotnet: true
263
+ haskell: true
264
+ large-packages: true
265
+ swap-storage: true
266
267
# https://github.com/ReactiveCircus/android-emulator-runner/pull/366
268
- name: Enable KVM
269
run: |
0 commit comments