Skip to content

Commit e0fbdc2

Browse files
Unset essential environment variables for C++ and C# in test
1 parent 7f0e915 commit e0fbdc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/__multi-language-autodetect.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
tools: ${{ steps.prepare-test.outputs.tools-url }}
99
- name: Build code
1010
shell: bash
11-
run: ./build.sh
11+
run: env --unset=LD_PRELOAD --unset=CODEQL_EXTRACTOR_CPP_SOURCE_ARCHIVE_DIR --unset=CODEQL_EXTRACTOR_CSHARP_SOURCE_ARCHIVE_DIR ./build.sh
1212
- uses: ./../action/analyze
1313
id: analysis
1414
env:

0 commit comments

Comments
 (0)