Skip to content

Commit 466424b

Browse files
committed
add openssl install to ci for octocatalog dep on rugged
1 parent 2f28fdd commit 466424b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- puppet-check-ruby-<< parameters.ruby-version >>
1818
- run:
1919
name: package prereqs install
20-
command: apt-get update && apt-get install -y cmake pkg-config
20+
command: apt-get update && apt-get install -y cmake pkg-config openssl
2121
- run:
2222
name: bundler install
2323
command: bundle install --retry=3

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: checkout
2727
uses: actions/checkout@v4
2828
- name: install some prerequisite packages
29-
run: apt-get update && apt-get install -y cmake pkg-config
29+
run: apt-get update && apt-get install -y cmake pkg-config openssl
3030
- name: bundler install
3131
run: bundle install --retry=3
3232
- name: run tests

0 commit comments

Comments
 (0)