Skip to content

Commit

Permalink
feat: Enabled the cpp build on windows in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jun 13, 2024
1 parent d43e432 commit ea45dd0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,4 @@ jobs:
- name: Build and test with Maven (All others)
shell: bash
run: |
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P with-java clean verify
else
./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P with-java,with-cpp clean verify
fi
./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P with-java,with-cpp clean verify

0 comments on commit ea45dd0

Please sign in to comment.