Update codeql-analysis.yml

This commit is contained in:
Lakindu Akash 2021-02-13 02:35:24 +05:30 committed by Lakindu Akash
parent edd1dd7303
commit 1dd232c241
No known key found for this signature in database
GPG Key ID: 6FB0085A614E0AC2

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