Skip to content

Commit b48f37b

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: ci-casper-sidecar
33

44
on:
5-
pull_request:
5+
pull_request
66

77
jobs:
88
build_and_test:
@@ -14,7 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
1616

17-
# Not needed for anything but publish, however verifies aptly install
1817
- name: Install deps
1918
run: |
2019
# echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list

0 commit comments

Comments
 (0)