diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 615b606..30a052e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: pkg1 + run: pkg-config --exists ncurses + - name: pkg2 + run: pkg-config --libs ncurses - name: make run: make - name: make check