Skip to content

Commit

Permalink
use vs dev env before compiling native code
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 15, 2024
1 parent 2b8adee commit 04ef0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: mvn -B versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
- uses: ilammy/msvc-dev-cmd@v1
- name: Build and Test
id: buildAndTest
run: mvn -B clean test
Expand Down

0 comments on commit 04ef0f6

Please sign in to comment.