Skip to content

Commit

Permalink
Add OpenSSL install to the GH pipelines (Shopify#1234)
Browse files Browse the repository at this point in the history
* setup-ruby v2 and openssl

* oops just v1
  • Loading branch information
nelsonwittwer committed Oct 24, 2023
1 parent 1489278 commit 72750ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.version }}
- name: Install OpenSSL
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
- name: Run Bundle Commands
run: |
bundle config set --with docs
Expand Down

0 comments on commit 72750ae

Please sign in to comment.