We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e099c3 + c57f249 commit 37a36f6Copy full SHA for 37a36f6
.github/workflows/publish-casper-node-util-deb.yml
@@ -33,8 +33,10 @@ jobs:
33
34
- name: Install deps
35
run: |
36
+ echo "deb http://repo.aptly.info/ squeeze main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
37
+ wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add -
38
sudo apt-get update
- sudo apt-get install -y aptly
39
+ sudo apt-get install -y aptly=1.4.0
40
aptly config show
41
42
- name: Import GPG key
0 commit comments