|
|
|
|
@ -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
|
|
|
|
|
@ -44,4 +47,4 @@ runs:
|
|
|
|
|
sudo rm -rf /opt/hostedtoolcache/zig
|
|
|
|
|
sudo rm -rf /opt/hostedtoolcache/zulu
|
|
|
|
|
sudo rm -rf /opt/hostedtoolcache/azcopy
|
|
|
|
|
echo "export CARGO_BUILD_JOBS=1" >> $GITHUB_ENV
|
|
|
|
|
echo "export CARGO_BUILD_JOBS=1" >> $GITHUB_ENV
|
|
|
|
|
|