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 ca6d981 commit 6b4b307Copy full SHA for 6b4b307
.github/workflows/packages.yml
@@ -173,7 +173,7 @@ jobs:
173
done
174
- name: Free additional disk space (if necessary)
175
run: |
176
- if grep -q '^demo-package1$\|^demo-package2$\$' ./built_tur_packages.txt; then
+ if grep -Eq '^(python.*-polars)$' ./built_*_packages.txt; then
177
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \
178
mono-runtime-common monodoc-manual ruby
179
sudo apt autoremove -yq
0 commit comments