diff options
| author | ruki <[email protected]> | 2022-04-15 00:52:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-15 00:52:02 +0800 |
| commit | d2281643ce39ca690f89c870034a9accece9d62c (patch) | |
| tree | 77bd72f7a7496976c98ad670896c11531373018c /.github/workflows/archlinux.yml | |
| parent | 1d4af74c21ebcfd26cf9b82379d930990c56ded3 (diff) | |
fix ci
Diffstat (limited to '.github/workflows/archlinux.yml')
| -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 |
