mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Update apt before installing deps
This commit is contained in:
parent
9d4b793a87
commit
d0794c9fa5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue