Skip to content

Commit a14b0fb

Browse files
committed
Update copilot-setup-steps.yml
1 parent 7a2760f commit a14b0fb

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff 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
@@ -38,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)