From 309fe1a14a47a074182fb4cb53e98e115b489fd8 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Fri, 29 Nov 2019 22:39:07 +0100 Subject: [PATCH] Update actions_test.yml --- .github/workflows/actions_test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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