Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 17, 2023
1 parent eac73a2 commit 1d66baf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ jobs:

- name: prepare build deb
if: ${{ matrix.clickhouse == 'latest' }}
uses: awalsh128/cache-apt-pkgs-action@latest
with: { packages: "python3-venv debhelper devscripts" }
run: sudo apt install python3-venv debhelper devscripts

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

0 comments on commit 1d66baf

Please sign in to comment.