attempt to fix codeQL

This commit is contained in:
Fufu Fang 2024-05-02 07:07:58 +01:00
parent 91351689f1
commit f92fe4232a
No known key found for this signature in database
GPG Key ID: 8A4CB08B0A7E27CE
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev help2man
sudo apt-get install libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev help2man libexpat1-dev pkg-config
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL