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 6872010 commit 60b6c23
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 @@ -49,10 +49,10 @@ 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
sudo apt-get install ldap-utils
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 60b6c23

Please sign in to comment.