Skip to content

Commit

Permalink
fix build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrin-7978 committed Jan 27, 2025
1 parent 01a3314 commit b52ec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install -Pwindows,ci-build -Dmaven.test.skip=true
run: mvn clean install -Dmaven.test.skip=true
- name: Run test
run: mvn test -Pwindows -Pci-build -Dno-native-profile
- name: Describe current commit
Expand Down

0 comments on commit b52ec94

Please sign in to comment.