Skip to content

Commit

Permalink
195: remove '-Dtycho.disableP2Mirrors=true'
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jul 27, 2022
1 parent 20dfd87 commit 18ff04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.yml', '**/*.target') }}
restore-keys: ${{ runner.os }}-m2-
- name: Build with Maven
run: mvn '-Dtycho.disableP2Mirrors=true' verify
run: mvn verify
- name: Archive Test Results
uses: actions/upload-artifact@v2
if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit 18ff04b

Please sign in to comment.