1
0
Fork 0
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:
Kevin Deldycke 2020-01-09 22:10:04 +01:00
parent 2ff8f19ae6
commit 2130f84859
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

View file

@ -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