1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Install Ruby gems.

This commit is contained in:
Kevin Deldycke 2020-01-09 22:07:39 +01:00
parent 2defbacb88
commit 2ff8f19ae6
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

View file

@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup ruby gem
run: |
sudo apt update
sudo apt install ruby-full
ruby --version
- name: Install awesome_bot
run : |
gem install awesome_bot