We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c59f15 commit 86e75b2Copy full SHA for 86e75b2
.github/workflows/packages.yml
@@ -170,7 +170,7 @@ jobs:
170
done
171
- name: Free additional disk space (if necessary)
172
run: |
173
- 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
174
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \
175
mono-runtime-common monodoc-manual ruby
176
sudo apt autoremove -yq
0 commit comments