Browse Source

Remove free disk space on ubuntu

tags/v0.3.10-rc3
haixuantao 10 months ago
parent
commit
3b6678bd73
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      .github/workflows/node-hub-ci-cd.yml

+ 0
- 17
.github/workflows/node-hub-ci-cd.yml View File

@@ -58,23 +58,6 @@ jobs:
run: |
brew install portaudio

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
if: runner.os == 'Linux'
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true

- name: Set up Python
if: runner.os == 'Linux' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/'))
uses: actions/setup-python@v2


Loading…
Cancel
Save