Update apt before installing deps

This commit is contained in:
Devin Matte 2022-05-27 15:33:19 -04:00 committed by GitHub
parent 9d4b793a87
commit d0794c9fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Update apt
run: sudo apt-get update
- name: Install ldap dependencies - name: Install ldap dependencies
run: sudo apt-get install libldap2-dev libsasl2-dev run: sudo apt-get install libldap2-dev libsasl2-dev
- uses: actions/checkout@v2 - uses: actions/checkout@v2