Skip to content

Commit

Permalink
try a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 22, 2024
1 parent 063fcbc commit 9f8d844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
with:
python-version: ${{ inputs.python-version }}
cache: ${{ inputs.cache }}
- name: apt-get deps
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 9f8d844

Please sign in to comment.