Added "gem install bundler" because it does not come with Ruby by default
Some checks failed
Compile / Compile (push) Failing after 19s
Some checks failed
Compile / Compile (push) Failing after 19s
This commit is contained in:
@@ -9,10 +9,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Ruby
|
- name: Install Ruby and Bundler
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y ruby-full
|
apt-get install -y ruby-full
|
||||||
|
gem install bundler
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
|
|||||||
Reference in New Issue
Block a user