missing udevadm
Some checks failed
Build / nix-build (ubuntu-aarch64, varda) (push) Failing after 6s
Build / nix-build (ubuntu-x86_64, durincore) (push) Failing after 10s
Build / Nix Build Successful (push) Successful in 3s

This commit is contained in:
Joseph Hanson 2024-05-21 08:57:50 -05:00
parent 79d103b991
commit 919754fa0c

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