Skip to content

Commit

Permalink
directly call developer powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 15, 2024
1 parent c2bb660 commit f9d2dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build and Test
id: buildAndTest
run: mvn -B clean test
run: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1 && mvn -B clean test
shell: pwsh
- name: Codesign DLL on release
if: startsWith(github.ref, 'refs/tags/')
uses: skymatic/code-sign-action@v3
Expand Down

0 comments on commit f9d2dc8

Please sign in to comment.