From 81685cf2af1fc101d2634ea63246150cdff08bee Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sat, 13 Feb 2021 02:35:24 +0530 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 91cb269..f46ce6e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,6 +36,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + + - name: Install dependencies + run: | + sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make hostapd # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL