From 35ae742615a1dc138daacd467c0c4b3b6f346e94 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 15:42:29 -0700 Subject: [PATCH] test dist builds --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6eacebe..703034b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -115,7 +115,7 @@ jobs: options: --cpus 10 steps: - run: apt-get -y update - - run: apt-get install nodejs git + - run: apt-get install -y nodejs git - uses: actions/checkout@v3 - run: make build-deps - run: make build