Skip to content

Commit

Permalink
Add missing 'check' for system-deps run
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed May 2, 2024
1 parent 3402f66 commit e60b9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y cmake postfix redis ${{ matrix.deps == 'system-deps' && 'libconfuse-dev libhiredis-dev libsqlite3-dev' || '' }}
sudo apt-get install -y cmake postfix redis ${{ matrix.deps == 'system-deps' && 'check libconfuse-dev libhiredis-dev libsqlite3-dev' || '' }}
- name: Build PostSRSd
run: |
mkdir _build
Expand Down

0 comments on commit e60b9ed

Please sign in to comment.