Skip to content

Commit 0c924d1

Browse files
committed
Adding aptly install to PR CI for debugging.
1 parent 13eb4c5 commit 0c924d1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: ci-casper-sidecar
33

44
on:
55
pull_request:
6+
branches:
7+
- "main"
68

79
jobs:
810
build_and_test:
@@ -14,11 +16,8 @@ jobs:
1416
steps:
1517
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
1618

17-
# Not needed for anything but publish, however verifies aptly install
1819
- name: Install deps
1920
run: |
20-
# echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
21-
# sudo wget -O /etc/apt/keyrings/aptly.asc https://www.aptly.info/pubkey.txt
2221
sudo apt-get update
2322
sudo apt-get install -y aptly
2423
aptly config show

0 commit comments

Comments
 (0)