Skip to content

Commit

Permalink
ci: cleanup spaces for tor-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Sep 13, 2024
1 parent 3c59f15 commit 86e75b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
done
- name: Free additional disk space (if necessary)
run: |
if grep -Eq '^(chromium|code-server|code-oss|electron-headers-.*)$' ./built_tur_packages.txt; then
if grep -Eq '^(tor-browser|chromium|code-server|code-oss|electron-headers-.*)$' ./built_tur_packages.txt; then
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \
mono-runtime-common monodoc-manual ruby
sudo apt autoremove -yq
Expand Down

0 comments on commit 86e75b2

Please sign in to comment.