Update packages before install
Some checks failed
Ruby CI / test (pull_request) Failing after 8s

This commit is contained in:
Andrew Tomaka 2024-03-20 21:12:22 -04:00
parent e19b71652d
commit 804d074c0b
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

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