Skip to content

Commit 37bafb3

Browse files
updated path
1 parent 892a69b commit 37bafb3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
language: [ 'csharp', 'javascript-typescript' ]
22+
language: [ 'csharp', 'javascript-typescript', 'python' ]
2323
dot-version: ['3.1.x']
2424

2525
steps:
@@ -54,10 +54,8 @@ jobs:
5454
- name: Display dotnet version
5555
run: dotnet --version
5656

57-
- name: Manually Set LD_LIBRARY_PATH
58-
run: |
59-
echo "/usr/lib/ssl" >> $GITHUB_ENV
60-
export LD_LIBRARY_PATH=/usr/lib/ssl:$LD_LIBRARY_PATH
57+
- name: Set LD_LIBRARY_PATH for OpenSSL
58+
run: echo "LD_LIBRARY_PATH=/usr/lib/ssl:$LD_LIBRARY_PATH" >> $GITHUB_ENV
6159

6260
- name: Run dotnet restore with verbose logging
6361
run: dotnet restore --verbosity detailed

0 commit comments

Comments
 (0)