Skip to content

Commit

Permalink
Add libsasl2-dev library to cd workflow (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm authored Jan 8, 2024
1 parent 1b8b14f commit e235a05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
with:
poetry-version: ${{ env.POETRY_VERSION }}

- name: Setup dev libs
run: |
sudo apt-get install libsasl2-dev
- name: Test
run: |
poetry install -E all
Expand Down

0 comments on commit e235a05

Please sign in to comment.