Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
This may work to fix some of the issues you're seeing
  • Loading branch information
mistercrunch authored Mar 22, 2024
1 parent 0b5075f commit 4538a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ runs:
with:
python-version: ${{ inputs.python-version }}
cache: ${{ inputs.cache }}
- name: apt-get deps
shell: bash
run: sudo apt-get install -y libldap2-dev libsasl2-dev
- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 4538a7b

Please sign in to comment.