Updated workflow: Install ruby first -> Install dependencies -> Run main file
Some checks failed
Compile / Compile (push) Failing after 5s
Some checks failed
Compile / Compile (push) Failing after 5s
This commit is contained in:
@@ -9,7 +9,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Compile software
|
||||
- name: Install Ruby
|
||||
run: apt-get install -y ruby-full
|
||||
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
|
||||
- name: Execute program
|
||||
|
||||
Reference in New Issue
Block a user