diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f1dc03a..4f04f06a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run checks - run: choco install make && make test + run: choco install pstools make && make test build-man: runs-on: ubuntu-latest