Test new container with node
Some checks failed
Build / nix-build (ubuntu-aarch64, varda) (push) Failing after 1m19s
Build / nix-build (ubuntu-x86_64, durincore) (push) Failing after 1m45s
Build / Nix Build Successful (push) Successful in 1s

This commit is contained in:
Joseph Hanson 2024-05-21 08:55:41 -05:00
parent 3fc5fa3409
commit 79d103b991

View file

@ -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: