Skip to content

Commit

Permalink
fix: upgrade to v3 fixed is in v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw committed May 14, 2022
1 parent 98c680b commit 3176bfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -221,10 +221,11 @@ jobs:

- name: Cygwin git configuration
shell: bash
# workaround for https://github.com/actions/checkout/issues/760
run: mkdir "$HOME" && git config --system core.autocrlf false && git config --global --add safe.directory "/cygdrive/d/a/temurin-build/temurin-build"
run: mkdir "$HOME" && git config --system core.autocrlf false

- uses: actions/checkout@v2
- uses: actions/checkout@v3.0.2
with:
set-safe-directory: /cygdrive/d/a/temurin-build/temurin-build

- name: Setup 8dot3name
run: fsutil behavior set disable8dot3 0
Expand Down

0 comments on commit 3176bfd

Please sign in to comment.