This commit is contained in:
Joseph Hanson 2024-05-21 09:01:52 -05:00
parent 821d980c92
commit 195be847fd

View file

@ -21,7 +21,7 @@ jobs:
# if: contains(matrix.os, 'ubuntu-x86_64')
# run: sudo mkdir /nix
- name: Install sudo and node
run: apt update && apt install -y nodejs npm sudo udev
run: apt update && apt install -y nodejs npm sudo udev curl
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
with: