Skip to content

Commit 37a36f6

Browse files
authored
Merge pull request #18 from sacherjj/reset-aptly-install
Roll back to old aptly install.
2 parents 2e099c3 + c57f249 commit 37a36f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +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
37+
wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add -
3638
sudo apt-get update
37-
sudo apt-get install -y aptly
39+
sudo apt-get install -y aptly=1.4.0
3840
aptly config show
3941
4042
- name: Import GPG key

0 commit comments

Comments
 (0)