Skip to content

Commit 86e75b2

Browse files
committed
ci: cleanup spaces for tor-browser
1 parent 3c59f15 commit 86e75b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
done
171171
- name: Free additional disk space (if necessary)
172172
run: |
173-
if grep -Eq '^(chromium|code-server|code-oss|electron-headers-.*)$' ./built_tur_packages.txt; then
173+
if grep -Eq '^(tor-browser|chromium|code-server|code-oss|electron-headers-.*)$' ./built_tur_packages.txt; then
174174
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \
175175
mono-runtime-common monodoc-manual ruby
176176
sudo apt autoremove -yq

0 commit comments

Comments
 (0)