Skip to content

Commit a684d27

Browse files
committed
Revert "Try to install openssl 1.1"
This reverts commit a8404d8.
1 parent a8404d8 commit a684d27

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ 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-
3022
- name: Set up Ruby ${{ matrix.ruby-version }}
3123
uses: ruby/setup-ruby@v1
3224
with:

0 commit comments

Comments
 (0)