Update packages.yml

This commit is contained in:
Ivan Max
2023-11-28 08:31:00 +03:00
committed by GitHub
parent 98fcc40855
commit f75bab780e

View File

@@ -182,7 +182,7 @@ jobs:
done done
if [ ! -z "$packages" ]; then if [ ! -z "$packages" ]; then
if grep -qP "(^|\s)${packages// /($|\s)|(^|\s)}($|\s)" ./scripts/big-pkgs.list; then if grep -qP "(^|\\s)${packages// /($|\\s)|(^|\\s)}($|\\s)" ./scripts/big-pkgs.list; then
./scripts/setup-ubuntu.sh ./scripts/setup-ubuntu.sh
sudo apt install ninja-build sudo apt install ninja-build
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(aspnetcore|cabal-|dotnet-|ghc-|libmono|php)') \ sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(aspnetcore|cabal-|dotnet-|ghc-|libmono|php)') \