Skip to content

Commit

Permalink
Merge branch 'develop' into hello
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Dec 11, 2024
2 parents 3a79eca + 7b3c84c commit 264eed1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ defaults:
run:
shell: bash

env:
MSVC_DEV_FILES_DIR: ${{ vars.MSVC_DEV_FILES_DIR ||'C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\' }}

jobs:
analyse:
name: Analyse
Expand All @@ -32,6 +35,6 @@ jobs:
with:
languages: java
- name: Build
run: mvn -B compile -DdevCommandFileDir="${{ vars.MSVC_DEV_FILES_DIR }}"
run: mvn -B compile -DdevCommandFileDir="${{ env.MSVC_DEV_FILES_DIR }}"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 264eed1

Please sign in to comment.