mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2025-02-17 15:56:01 -05:00
Fix Ruby gems install.
This commit is contained in:
parent
2ff8f19ae6
commit
2130f84859
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
|||
- name: Setup ruby gem
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install ruby-full
|
||||
ruby --version
|
||||
sudo apt install rubygems-integration
|
||||
sudo ruby --version
|
||||
- name: Install awesome_bot
|
||||
run : |
|
||||
gem install awesome_bot
|
||||
|
|
Loading…
Add table
Reference in a new issue