Skip to content

Commit

Permalink
Fixe codeql.yml WRT libmilter again.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus authored Jul 12, 2024
1 parent cf188c0 commit 6731dfb
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 @@ -66,7 +66,7 @@ jobs:
- name: install sqlite
run: sudo apt-get install -y sqlite3 libsqlite3-dev
- name: install libmilter
run: sudo apt-get install -y libmilter libmilter-dev
run: sudo apt-get install -y libmilter-dev
- name: make links
run: make links

Expand Down

0 comments on commit 6731dfb

Please sign in to comment.