correct package name
Some checks failed
Build / nix-build (ubuntu-aarch64, varda) (push) Failing after 1m27s
Build / nix-build (ubuntu-x86_64, durincore) (push) Failing after 1m47s
Build / Nix Build Successful (push) Successful in 1s

This commit is contained in:
Joseph Hanson 2024-05-21 08:59:13 -05:00
parent 919754fa0c
commit 821d980c92

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 udevadm
run: apt update && apt install -y nodejs npm sudo udev
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
with: