diff options
| -rw-r--r-- | .github/workflows/archlinux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 9d9711552..ae183eb5f 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -19,6 +19,7 @@ jobs: - name: Prepare build tools run: | pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip + git config --global --add safe.directory /__w/xmake/xmake - uses: actions/checkout@v2 with: @@ -27,7 +28,6 @@ jobs: - name: prepare local xmake run: | cp -rf . ../xmake-source - git config --global --add safe.directory /__w/xmake/xmake - uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: local#../xmake-source |
