Skip to content

Commit

Permalink
ci: fix LDAP installation with Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Dec 16, 2024
1 parent 622d1a3 commit 3f95458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
Tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.9]
Expand All @@ -49,7 +49,7 @@ jobs:
sudo apt-get install ffmpeg
ffmpeg -version
- name: Install ldap dependencies
- name: Install LDAP dependencies
run: |
sudo apt-get update
sudo apt-get install libsasl2-dev libldap2-dev libssl-dev
Expand Down

0 comments on commit 3f95458

Please sign in to comment.