diff options
| author | ruki <[email protected]> | 2022-04-15 00:47:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-15 00:47:44 +0800 |
| commit | 2c3bdeef93e51d426f0a85bbbe06a16c9486ea47 (patch) | |
| tree | 330cbde14c9daae632d25394c3ca67e9f1c5bfd3 | |
| parent | 55f541667ccd31e67e61d7eeeeff412552336903 (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index fc94fd24b..9d9711552 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -27,6 +27,7 @@ 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 |
