build: Fixed free up job
This commit is contained in:
parent
bbf5093552
commit
f3bfdf6f03
1 changed files with 4 additions and 1 deletions
3
.github/actions/free_up_space/action.yaml
vendored
3
.github/actions/free_up_space/action.yaml
vendored
|
|
@ -1,11 +1,14 @@
|
|||
name: "Free up space"
|
||||
|
||||
inputs:
|
||||
target:
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Free up space
|
||||
shell: bash
|
||||
run: |
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf /usr/local/share/boost
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue