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.
1 parent 699ed9b commit 0034667Copy full SHA for 0034667
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install system dependencies
39
run: |
40
sudo apt-get update && \
41
- sudo apt-get install -y
+ sudo apt-get install -y \
42
libsasl2-dev \
43
libsasl2-modules-gssapi-mit \
44
libsasl2-modules-ldap \
.github/workflows/unit-test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments