Add git
Some checks failed
Ruby CI / test (pull_request) Failing after 18s

This commit is contained in:
Andrew Tomaka 2024-03-20 21:16:20 -04:00
parent 3ba6711cfe
commit fa3db2e586
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -7,10 +7,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Node
- name: Install Dependencies
run: |
apt-get update
apt-get install nodejs --yes
apt-get install nodejs git --yes
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1