Skip to content

Commit

Permalink
env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet committed Feb 8, 2024
1 parent b057a95 commit 9dfc9e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-codeql-unit-tests-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run: |
echo "Installing CodeQL"
qlt codeql run install --base example/
echo "QLT_CODEQL_HOME=$QLT_CODEQL_HOME" >> $GITHUB_ENV
echo "QLT_CODEQL_PATH=$QLT_CODEQL_PATH" >> $GITHUB_ENV
- name: Verify Versions of Tooling
shell: bash
Expand Down

0 comments on commit 9dfc9e7

Please sign in to comment.