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 13, 2022
1 parent 7c2d17e commit 8cca7d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,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 8cca7d3

Please sign in to comment.