Skip to content

Commit

Permalink
fix: trying with a solution for cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw committed May 14, 2022
1 parent 3176bfd commit b88f7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -221,11 +221,11 @@ jobs:

- name: Cygwin git configuration
shell: bash
run: mkdir "$HOME" && git config --system core.autocrlf false
run: mkdir "$HOME" && git config --system core.autocrlf false && git config --global --add safe.directory '*'

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

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

0 comments on commit b88f7a5

Please sign in to comment.