From 73876ac3d49dc6dbd48a337a31fce18eca12e92b Mon Sep 17 00:00:00 2001 From: Eric Gallager Date: Mon, 23 Oct 2023 04:50:51 -0400 Subject: [PATCH] Update codeql.yml additional dependency --- .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 fe467f85e7ba..ff0a61bf48c5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -68,7 +68,7 @@ jobs: - name: Dependencies if: matrix.language == 'c-cpp' - run: sudo apt-get -y install autopoint gobjc + run: sudo apt-get -y install autopoint gobjc gtk # 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)