free runner storage
This commit is contained in:
10
.github/workflows/xmruw.yaml
vendored
10
.github/workflows/xmruw.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user