Skip to content

Commit

Permalink
Also check libmilter with system library
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed May 6, 2024
1 parent e78b69d commit 99be979
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ jobs:
sqlite: [SQLITE=OFF, SQLITE=ON]
redis: [REDIS=OFF, REDIS=ON]
deps: [vendored-deps, system-deps]
exclude:
- milter: MILTER=ON
deps: system-deps
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y cmake postfix redis ${{ matrix.deps == 'system-deps' && 'check libconfuse-dev libhiredis-dev libsqlite3-dev' || '' }}
sudo apt-get install -y cmake postfix redis ${{ matrix.deps == 'system-deps' && 'check libconfuse-dev libhiredis-dev libmilter-dev libsqlite3-dev' || '' }}
- name: Build PostSRSd
run: |
mkdir _build
Expand Down

0 comments on commit 99be979

Please sign in to comment.