From 79d103b991ac9f654c2cb7fcba0a315da0a01b4b Mon Sep 17 00:00:00 2001 From: jahanson Date: Tue, 21 May 2024 08:55:41 -0500 Subject: [PATCH] Test new container with node --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bae32f..845e130 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: