We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4e1df commit 989ab21Copy full SHA for 989ab21
java-notebooks/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
17
-# created: 2022-07-07T14:26:11.880812641Z
+ digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
+# created: 2022-07-14T21:08:10.768472192Z
java-notebooks/.github/workflows/ci.yaml
@@ -39,6 +39,8 @@ jobs:
39
windows:
40
runs-on: windows-latest
41
steps:
42
+ - name: Support longpaths
43
+ run: git config --system core.longpaths true
44
- uses: actions/checkout@v3
45
- uses: actions/setup-java@v3
46
with:
0 commit comments