Skip to content

Commit 3c05bea

Browse files
committed
CI: remove libfmt from CodeQL action
1 parent bbc5fb4 commit 3c05bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install dependencies
4444
run: |
45-
sudo eatmydata apt-get -y install libfmt-dev libexpat1-dev zlib1g-dev libbrotli-dev libinih-dev
45+
sudo eatmydata apt-get -y install libexpat1-dev zlib1g-dev libbrotli-dev libinih-dev
4646
4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL

0 commit comments

Comments
 (0)