Skip to content

Commit 48b157d

Browse files
fix: enable longpaths support for windows test (#1485) (#738)
Source-Link: googleapis/synthtool@7336562 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
1 parent d5c1e32 commit 48b157d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: java-shared-dependencies/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17-
# created: 2022-06-29T23:17:33.110417661Z
16+
digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17+
# created: 2022-07-13T13:53:17.676447481Z

Diff for: java-shared-dependencies/.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
windows:
4040
runs-on: windows-latest
4141
steps:
42+
- name: Support longpaths
43+
run: git config --system core.longpaths true
4244
- uses: actions/checkout@v3
4345
- uses: actions/setup-java@v3
4446
with:

0 commit comments

Comments
 (0)