From 04458d08973733b686022b9ac00f1040f2736119 Mon Sep 17 00:00:00 2001 From: Nuno Cravino Date: Sun, 5 Nov 2023 02:20:39 +0000 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fd9a801..67eb3d6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: - name: Setup run: | sudo apt-get -y update - sudo apt-get install --no-install-recommends qmake libc6 libc6-dev libgcc-s1 libqt5core5a libqt5gui5 libqt5widgets5 libstdc++6 + sudo apt-get install --no-install-recommends qt5-qmake libc6 libc6-dev libgcc-s1 libqt5core5a libqt5gui5 libqt5widgets5 libstdc++6 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below)