From 1cb2d264ff6cc79d1cce8999fdeb7ca88b60bc06 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 13:41:26 -0700 Subject: [PATCH] test dist builds --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index aa36609..6eacebe 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -114,6 +114,8 @@ jobs: - "/etc/ssl/certs:/etc/ssl/certs:ro" options: --cpus 10 steps: + - run: apt-get -y update + - run: apt-get install nodejs git - uses: actions/checkout@v3 - run: make build-deps - run: make build