From d330878f8a94012faff4d59bea4619fbb6dfbe13 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 3 Jun 2025 13:06:41 +0200 Subject: [PATCH] fix build test --- .gitea/workflows/build_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index 4841308..e9446a9 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -6,10 +6,10 @@ jobs: runs-on: arch steps: - name: get dependencies - run: pacman -Sy nodejs make gcc libcups --needed --noconfirm + run: pacman -Sy nodejs make gcc libcups nlohmann-json --needed --noconfirm - name: Checkout code uses: actions/checkout@v4 - name: Build - run: make -j$(nproc) \ No newline at end of file + run: make -j$(nproc)