Fix package install in Github Actions

master
luk3yx 2022-05-01 21:29:10 +12:00 committed by GitHub
parent 37a1c44df0
commit 696455b4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
ruby-version: 2.6.3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
bundle config set --local deployment 'true'
bundle install --jobs=3 --retry=3