pointing to new free disk space action until https://github.com/jlumbroso/free-disk-space/issues/9 is fixed

This commit is contained in:
Zayin Krige 2023-08-18 15:51:25 +02:00
parent 17fe7f95a7
commit 82b226d5e9

View File

@ -79,7 +79,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: edcdavid/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
@ -93,10 +93,6 @@ jobs:
large-packages: true
docker-images: true
swap-storage: true
# - name: disk space cleanup
# run: |
# sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
# sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- name: npm install, build and test
run: |
npm install