From 9a0752df8e0e12d4013caf7b9e3c15c1f60c8f9b Mon Sep 17 00:00:00 2001 From: Mike Kot Date: Mon, 17 Jul 2023 11:10:15 +0300 Subject: [PATCH] fix apt-cache not loading (#22) --- .github/workflows/workflow.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0c01d6e9..2447e758 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -117,8 +117,11 @@ jobs: - name: prepare build deb if: ${{ matrix.clickhouse == 'latest' }} - uses: awalsh128/cache-apt-pkgs-action@latest - with: { packages: "python3-venv debhelper devscripts" } + uses: awalsh128/cache-apt-pkgs-action@v1.3.0 + with: + packages: "python3-venv debhelper devscripts" + version: 1 + execute_install_scripts: true - name: build deb if: ${{ matrix.clickhouse == 'latest' }}