File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,10 @@ jobs:
85
85
tycho-version : 4.0.12
86
86
87
87
- name : Download the API Tools matcher
88
- uses : suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # v1.6.0
89
- id : api-tools-matcher
90
- with :
91
- url : " https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/.github/matcher/api-tools.json"
92
- target : .github/matcher
93
- - run : echo "::add-matcher::.github/matcher/${{ steps.api-tools-matcher.outputs.filename }}"
88
+ run : |
89
+ mkdir .github/matcher
90
+ curl -o .github/matcher/api-tools.json https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/.github/matcher/api-tools.json
91
+ echo "::add-matcher::.github/matcher/api-tools.json"
94
92
- name : Build with Maven
95
93
run : >-
96
94
${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
You can’t perform that action at this time.
0 commit comments