Skip to content

Commit

Permalink
attempt to fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed May 5, 2024
1 parent 720db5a commit 4fb95ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4fb95ee

Please sign in to comment.