correct package name
This commit is contained in:
parent
919754fa0c
commit
821d980c92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Reference in a new issue