Fix package install in Github Actions
This commit is contained in:
parent
37a1c44df0
commit
696455b4f5
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user