From b65d3479dbc2a948cc3a0fb6d295c106529bb588 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 18:44:51 -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 2c1ca5c..84f7e65 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -116,7 +116,7 @@ jobs: - run: apt-get -y update && apt-get install -y tzdata - run: apt-get install -y nodejs git make - uses: actions/checkout@v3 - - run: make build-deps + - run: make ubuntu-deps - run: make build - run: make deb - uses: actions/upload-artifact@v3