Skip to content

Commit cc3f93f

Browse files
authored
Merge pull request #14 from sacherjj/new-aptly-install-style
Updating version and zstd install style.
2 parents f917872 + e0919de commit cc3f93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Install deps
3535
run: |
3636
echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
37-
wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add -
37+
sudo wget -O /etc/apt/keyrings/aptly.asc https://www.aptly.info/pubkey.txt
3838
sudo apt-get update
39-
sudo apt-get install -y aptly=1.6.2
39+
sudo apt-get install -y aptly=1.4.0
4040
aptly config show
4141
4242
- name: Import GPG key

0 commit comments

Comments
 (0)