We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt update
1 parent f091ed5 commit 56dbf5bCopy full SHA for 56dbf5b
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Install ldap dependencies
22
- run: sudo apt-get install libldap2-dev libsasl2-dev
+ run: sudo apt-get update && sudo apt-get install libldap2-dev libsasl2-dev
23
- uses: actions/checkout@v2
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v2
0 commit comments