Skip to content

Commit

Permalink
remove apt-cache as it fails to restore (#23)
Browse files Browse the repository at this point in the history
* remove apt-cache as it fails to restore

* fix
  • Loading branch information
myrrc authored Jul 17, 2023
1 parent 9a0752d commit 85e8c95
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ jobs:

- name: prepare build deb
if: ${{ matrix.clickhouse == 'latest' }}
uses: awalsh128/[email protected]
with:
packages: "python3-venv debhelper devscripts"
version: 1
execute_install_scripts: true
run: sudo apt install python3-venv debhelper devscripts

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

0 comments on commit 85e8c95

Please sign in to comment.