.github/workflows/testing.yml in elastic-enterprise-search-8.4.0 vs .github/workflows/testing.yml in elastic-enterprise-search-8.5.0
- old
+ new
@@ -14,9 +14,11 @@
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
+ sudo apt-get update
+ sudo apt-get install libcurl4-openssl-dev
ruby -v
bundle install
bundle exec rake spec:client
test-jruby:
env: