diff --git a/.github/actions/free_up_space/action.yaml b/.github/actions/free_up_space/action.yaml index 8fef88186..abe2c4b55 100644 --- a/.github/actions/free_up_space/action.yaml +++ b/.github/actions/free_up_space/action.yaml @@ -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 \ No newline at end of file + echo "export CARGO_BUILD_JOBS=1" >> $GITHUB_ENV