attempt to add libcurl dev headers to get bundler working

This commit is contained in:
geemus 2021-04-11 11:05:14 -05:00
parent df8e744513
commit 045224a06c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install libcurl dev (for ovirt native extensions)
run: sudo apt-get install libcurl4-openssl-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: