Skip to content

Commit

Permalink
Fix codeql.yml WRT sqlite again.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus authored Jul 12, 2024
1 parent 4a98db6 commit 49b612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: install autoconf
run: sudo apt-get install -y autoconf
- name: install sqlite
run: sudo apt-get install -y sqlite3 sqlite3-devel
run: sudo apt-get install -y sqlite3 libsqlite3-dev
- name: install libmilter
run: sudo apt-get install -y libmilter libmilter-devel
- name: make links
Expand Down

0 comments on commit 49b612a

Please sign in to comment.