From 0f7719caebad8c60c7757ba248523f6b13caea32 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 15 Apr 2025 07:08:58 +0000 Subject: [PATCH] fix build test --- .gitea/workflows/build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index 4087408..4841308 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -6,7 +6,7 @@ jobs: runs-on: arch steps: - name: get dependencies - run: pacman -Sy nodejs make gcc --needed --noconfirm + run: pacman -Sy nodejs make gcc libcups --needed --noconfirm - name: Checkout code uses: actions/checkout@v4