Skip to content

Commit

Permalink
fix apt-cache not loading (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc authored Jul 17, 2023
1 parent e26d1af commit 9a0752d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
packages: "python3-venv debhelper devscripts"
version: 1
execute_install_scripts: true

- name: build deb
if: ${{ matrix.clickhouse == 'latest' }}
Expand Down

0 comments on commit 9a0752d

Please sign in to comment.