Skip to content

Commit a8404d8

Browse files
committed
Try to install openssl 1.1
1 parent 536142d commit a8404d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v2
2121

22+
- name: Install OpenSSL 1.1
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y libssl1.1 libssl-dev
26+
27+
- name: Set RUBY_CONFIGURE_OPTS
28+
run: echo "RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/lib/ssl" >> $GITHUB_ENV
29+
2230
- name: Set up Ruby ${{ matrix.ruby-version }}
2331
uses: ruby/setup-ruby@v1
2432
with:

0 commit comments

Comments
 (0)