Skip to content

Commit 989ab21

Browse files
build: marking dependencies (8) non-required (#1472) (#402)
Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
1 parent 3c4e1df commit 989ab21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

java-notebooks/.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:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
17-
# created: 2022-07-07T14:26:11.880812641Z
16+
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17+
# created: 2022-07-14T21:08:10.768472192Z

java-notebooks/.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)