We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc3f93f + c475adc commit c0093e8Copy full SHA for c0093e8
1 file changed
.github/workflows/publish-casper-node-util-deb.yml
@@ -33,10 +33,8 @@ jobs:
33
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
- 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.4.0
+ sudo apt-get install -y aptly
40
aptly config show
41
42
- name: Import GPG key
0 commit comments