Skip to content

Commit f917872

Browse files
authored
Merge pull request #13 from sacherjj/update-aptly-version
Update to aptly version to fix zstd issue.
2 parents 2ac6b5e + f1e36d7 commit f917872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-casper-node-util-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333

3434
- name: Install deps
3535
run: |
36-
echo "deb http://repo.aptly.info/ squeeze main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
36+
echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
3737
wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add -
3838
sudo apt-get update
39-
sudo apt-get install -y aptly=1.4.0
39+
sudo apt-get install -y aptly=1.6.2
4040
aptly config show
4141
4242
- name: Import GPG key

0 commit comments

Comments
 (0)