diff --git a/.github/workflows/actions_test.yml b/.github/workflows/actions_test.yml index 1247fb0..27ea3fb 100644 --- a/.github/workflows/actions_test.yml +++ b/.github/workflows/actions_test.yml @@ -9,11 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 - - name: configure - run: ./configure + - name: qmake + run: qmake - name: make run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck