Skip to content

Commit 6697e22

Browse files
committed
Switch back GitHub Actions workflow to use current Tycho version
The Tycho version used in GitHub Actions workflow has been temporarily reverted to 4.0.8. This change switched back the Tycho version defined in the Tycho build itself.
1 parent df66a8b commit 6697e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
--fail-at-end
7272
-DskipNativeTests=false
7373
-DfailIfNoTests=false
74-
'-Dtycho.version=4.0.8'
74+
'-Dtycho.version=4.0.10-SNAPSHOT'
7575
clean install
7676
- name: Performance tests
7777
if: contains(github.event.pull_request.labels.*.name, 'performance')

0 commit comments

Comments
 (0)