Skip to content

Commit

Permalink
Bracket failure
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Oct 22, 2023
1 parent 2a10456 commit 43ac9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/free_up_disk_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ big_packages=($(sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr
echo ${big_packages[@]:0:20}
df . -h
usr_dirs=($(sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr))
echo $(usr_dirs[@]:0:20}
echo ${usr_dirs[@]:0:20}

sudo rm -rf ${GITHUB_WORKSPACE}/.git

0 comments on commit 43ac9ee

Please sign in to comment.