We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c1e32 commit 48b157dCopy full SHA for 48b157d
java-shared-dependencies/.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:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17
-# created: 2022-06-29T23:17:33.110417661Z
+ digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
+# created: 2022-07-13T13:53:17.676447481Z
java-shared-dependencies/.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