diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06736257..67a36c76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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