From 1adaa50c65413db80ce62d0d954fc8e40fe667a5 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 13 Nov 2020 17:35:06 +0300 Subject: [PATCH] fix workflow --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3031678..bb995219 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,12 +2,10 @@ name: Build on Ubuntu on: [push, pull_request] -defaults: - runs-on: ubuntu-16.04 - jobs: build: name: With USE_UPNP=${{ matrix.with_upnp }} + runs-on: ubuntu-16.04 strategy: fail-fast: true matrix: @@ -24,6 +22,7 @@ jobs: build_qt: name: With QT GUI + runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v2 - name: install packages