Fix package install in Github Actions

This commit is contained in:
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

View File

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