mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
DEBUG: Add DYLD_INSERT_LIBRARIES to the environment before autobuild
This commit is contained in:
8
.github/workflows/__autobuild-macos-dotnet.yml
generated
vendored
8
.github/workflows/__autobuild-macos-dotnet.yml
generated
vendored
@@ -90,6 +90,14 @@ jobs:
|
||||
run: |
|
||||
../action/runner/dist/codeql-runner-macos init --repository $GITHUB_REPOSITORY --languages csharp --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
|
||||
|
||||
- name: Load environment variable
|
||||
shell: bash
|
||||
run: |
|
||||
cat codeql-runner/codeql-env.json | jq
|
||||
DYLD="$(cat codeql-runner/codeql-env.json | jq -r '.DYLD_INSERT_LIBRARIES')"
|
||||
echo "$DYLD"
|
||||
echo "DYLD_INSERT_LIBRARIES=$DYLD" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Build code
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user