Skip to content

Commit

Permalink
Unset essential environment variables for C++ and C# in test
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Oct 29, 2021
1 parent 7f0e915 commit e0fbdc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/multi-language-autodetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
tools: ${{ steps.prepare-test.outputs.tools-url }}
- name: Build code
shell: bash
run: ./build.sh
run: env --unset=LD_PRELOAD --unset=CODEQL_EXTRACTOR_CPP_SOURCE_ARCHIVE_DIR --unset=CODEQL_EXTRACTOR_CSHARP_SOURCE_ARCHIVE_DIR ./build.sh
- uses: ./../action/analyze
id: analysis
env:
Expand Down

0 comments on commit e0fbdc2

Please sign in to comment.