From 56aebe7a622c35390aa888a86c08def026e38a1e Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 16:26:16 -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 5a39bf9..4eb17c2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -115,7 +115,7 @@ jobs: - "/etc/ssl/certs:/etc/ssl/certs:ro" options: --cpus 4 steps: - - run: apt-get -y update && apt-get install -y tzdata + - run: apt-get -y update - run: apt-get install -y nodejs git - uses: actions/checkout@v3 - run: make build-deps