build: Fixed free up job

pull/2355/head v2.3.1
krille-chan 2 months ago
parent bbf5093552
commit f3bfdf6f03
No known key found for this signature in database

@ -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

Loading…
Cancel
Save