Skip to content

Commit

Permalink
GitHub Actions: fix testing-alpine.yml git issue
Browse files Browse the repository at this point in the history
actions/checkout#760

Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Apr 15, 2022
1 parent d3af9c1 commit 62d489a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- run: apk add libc-dev gcc make automake autoconf pkgconf python3 file diffutils git

# this is to fix https://github.com/actions/checkout/issues/760
- run: git config --global --add safe.directory /__w/ctags/ctags

- uses: actions/checkout@v2

- run: cc --version
Expand Down

0 comments on commit 62d489a

Please sign in to comment.