diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e990c420..ac20d128 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install dependencies - run: sudo apt-cache policy libxcursor-dev - - name: Run check + run: sudo apt-get install policy libxcursor-dev + - name: Run test run: make clean test-run