add node for checkout I guess
Some checks failed
Run Build / run-builds (push) Failing after 1m7s

This commit is contained in:
Tanishq Dubey 2024-06-16 10:55:51 -04:00
parent fe259c80e9
commit 1635528802

View File

@ -8,7 +8,7 @@ jobs:
image: ubuntu:latest
steps:
- name: Install things
run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils
run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils nodejs
- name: Check out repository code
uses: actions/checkout@v4
- name: Run ls