File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,16 +19,18 @@ jobs:
1919 permissions :
2020 contents : read
2121 steps :
22- - uses : actions/checkout@v5
23- with :
24- fetch-depth : 0 # required for jgit timestamp provider to work
25- path : equinox
26- - name : checkout equinox.binaries
27- uses : actions/checkout@v5
28- with :
29- fetch-depth : 1 # only shallow here, we don't have jgit timestamps
30- repository : eclipse-equinox/equinox.binaries
31- path : equinox.binaries
22+ # FIXME: For some reasons this completely breaks github copilot own checkout procedure, disabled for now
23+ #
24+ # - uses: actions/checkout@v5
25+ # with:
26+ # fetch-depth: 0 # required for jgit timestamp provider to work
27+ # path: equinox
28+ # - name: checkout equinox.binaries
29+ # uses: actions/checkout@v5
30+ # with:
31+ # fetch-depth: 1 # only shallow here, we don't have jgit timestamps
32+ # repository: eclipse-equinox/equinox.binaries
33+ # path: equinox.binaries
3234
3335 - name : Set up JDK 21
3436 uses : actions/setup-java@v5
3840 17
3941 21
4042 distribution : ' temurin'
41- cache : ' maven'
43+ # cache: 'maven'
4244
4345 - name : Set up Maven 3.9.11
4446 uses : stCarolas/setup-maven@v5
You can’t perform that action at this time.
0 commit comments