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