From c820eb21bdf013bdad1e9f02d20cfd2e7c590547 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 13 Apr 2024 22:23:54 +0300 Subject: [PATCH] Dev: No need for new dependencies --- .github/workflows/webmin.dev-deploy-webmin-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webmin.dev-deploy-webmin-package.yml b/.github/workflows/webmin.dev-deploy-webmin-package.yml index 1a69ccfd8..38e0e370d 100644 --- a/.github/workflows/webmin.dev-deploy-webmin-package.yml +++ b/.github/workflows/webmin.dev-deploy-webmin-package.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: git tar gzip openssl curl openssh-client rpm perl libnet-ssleay-perl libsocket6-perl libdigest-sha-perl liblist-moreutils-perl libencode-detect-perl + packages: git tar gzip openssl curl openssh-client rpm perl libdigest-sha-perl liblist-moreutils-perl libencode-detect-perl version: 1.0 - uses: szenius/set-timezone@v1.2 with: