attempt to fix codeql

This commit is contained in:
Fufu Fang 2024-05-06 00:47:22 +01:00
parent 720db5aafa
commit 4fb95ee5a0
No known key found for this signature in database
GPG Key ID: 8A4CB08B0A7E27CE
2 changed files with 7 additions and 3 deletions

View File

@ -53,7 +53,9 @@ 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 libexpat1-dev pkg-config
sudo apt-get install libgumbo-dev libfuse-dev libssl-dev \
libcurl4-openssl-dev uuid-dev help2man libexpat1-dev pkg-config \
autoconf
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -49,12 +49,14 @@ HTTPDirFS is available in the
### Ubuntu
Under Ubuntu 22.04 LTS, you need the following packages:
libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev help2man libexpat1-dev pkg-config
libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev help2man
libexpat1-dev pkg-config autoconf
### Debian 12 "Bookworm"
Under Debian 12 "Bookworm" and newer versions, you need the following packages:
libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev help2man libexpat1-dev pkg-config
libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev help2man
libexpat1-dev pkg-config autoconf
### FreeBSD
The following dependencies are required from either pkg or ports: