Update codeql-analysis.yml

This commit is contained in:
Lakindu Akash 2021-02-13 02:35:24 +05:30 committed by GitHub
parent 1f5099bec8
commit 81685cf2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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