Skip to content

Commit c0093e8

Browse files
authored
Merge pull request #16 from sacherjj/simplify-aptly-install
Adding aptly install to PR CI for debugging.
2 parents cc3f93f + c475adc commit c0093e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333

3434
- name: Install deps
3535
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
3836
sudo apt-get update
39-
sudo apt-get install -y aptly=1.4.0
37+
sudo apt-get install -y aptly
4038
aptly config show
4139
4240
- name: Import GPG key

0 commit comments

Comments
 (0)