fix build test
All checks were successful
build_test / build (push) Successful in 4m11s

This commit is contained in:
PoliEcho 2025-06-03 13:06:41 +02:00
parent 30c8ad2ca7
commit d330878f8a

View File

@ -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)
run: make -j$(nproc)