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)