From 27969bc0fbb92456b6878e7978e51a5204095d6f Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 13 Apr 2024 22:00:35 +0300 Subject: [PATCH] Dev: Fix packages list --- .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 38e0e370d..1a69ccfd8 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 libdigest-sha-perl liblist-moreutils-perl libencode-detect-perl + packages: git tar gzip openssl curl openssh-client rpm perl libnet-ssleay-perl libsocket6-perl libdigest-sha-perl liblist-moreutils-perl libencode-detect-perl version: 1.0 - uses: szenius/set-timezone@v1.2 with: