From c1115fcee3764b1a39627f859b67993d3b0ca582 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Thu, 15 Dec 2022 20:08:11 +0100 Subject: [PATCH] That package does not exist anymore --- .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 5a00e63..0a4254d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,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: |