We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f28fdd commit 466424bCopy full SHA for 466424b
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
- puppet-check-ruby-<< parameters.ruby-version >>
18
- run:
19
name: package prereqs install
20
- command: apt-get update && apt-get install -y cmake pkg-config
+ command: apt-get update && apt-get install -y cmake pkg-config openssl
21
22
name: bundler install
23
command: bundle install --retry=3
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: checkout
27
uses: actions/checkout@v4
28
- name: install some prerequisite packages
29
- run: apt-get update && apt-get install -y cmake pkg-config
+ run: apt-get update && apt-get install -y cmake pkg-config openssl
30
- name: bundler install
31
run: bundle install --retry=3
32
- name: run tests
0 commit comments