summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-06-30 18:12:00 +0000
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-06-30 18:12:00 +0000
commitd402796c15808db30296fe531142c1e6ffa7581b (patch)
tree6c4b9db448d63ade565541c40369a768fe393f39
parentf5efc81ddffef73a6db47467f35a9d3e281f4245 (diff)
free runner storage
-rw-r--r--.github/workflows/xmruw.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/xmruw.yaml b/.github/workflows/xmruw.yaml
index 28528b3..a3eae38 100644
--- a/.github/workflows/xmruw.yaml
+++ b/.github/workflows/xmruw.yaml
@@ -5,6 +5,16 @@ jobs:
android:
runs-on: ubuntu-latest
steps:
+ - name: Free Disk Space (Ubuntu)
+ uses: insightsengineering/disk-space-reclaimer@v1
+ with:
+ tools-cache: true
+ android: false
+ dotnet: true
+ haskell: true
+ large-packages: true
+ swap-storage: true
+ docker-images: true
- name: Install dependencies
run: |
sudo apt update