We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f917872 + e0919de commit cc3f93fCopy full SHA for cc3f93f
.github/workflows/publish-casper-node-util-deb.yml
@@ -34,9 +34,9 @@ jobs:
34
- name: Install deps
35
run: |
36
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 -
+ sudo wget -O /etc/apt/keyrings/aptly.asc https://www.aptly.info/pubkey.txt
38
sudo apt-get update
39
- sudo apt-get install -y aptly=1.6.2
+ sudo apt-get install -y aptly=1.4.0
40
aptly config show
41
42
- name: Import GPG key
0 commit comments