Added "apt-get update" to Install Ruby workflow
Some checks failed
Compile / Compile (push) Failing after 15s
Some checks failed
Compile / Compile (push) Failing after 15s
This commit is contained in:
@@ -10,7 +10,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Ruby
|
||||
run: apt-get install -y ruby-full
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y ruby-full
|
||||
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
|
||||
Reference in New Issue
Block a user