From dcdf28c0f620c164260a47c7662cf5fd5a9bf33d Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Thu, 15 Dec 2022 20:14:51 +0100 Subject: [PATCH] Update coverage CI run --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a4254d..4b5d2d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install qt5-default libqt5websockets5-dev g++ make + sudo apt-get install qt5-qmake libqt5websockets5-dev g++ make # Runs a set of commands using the runners shell - name: qmake and build run: |