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