Install Ruby gems.

This commit is contained in:
Kevin Deldycke
2020-01-09 22:07:39 +01:00
parent 2defbacb88
commit 2ff8f19ae6

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