Test new container with node
This commit is contained in:
parent
3fc5fa3409
commit
79d103b991
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
|||
# - name: Create nix mount point
|
||||
# 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
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
|
|
Reference in a new issue