Skip to content

Commit

Permalink
fix: change to use linux path than windows path in ubuntu container
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw committed May 13, 2022
1 parent b9ef21e commit 7c2d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ 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 "${GITHUB_WORKSPACE}"
run: mkdir "$HOME" && git config --system core.autocrlf false && git config --global --add safe.directory "/cygdrive/d/a/temurin-build/temurin-build"

- uses: actions/checkout@v2

Expand Down

0 comments on commit 7c2d17e

Please sign in to comment.