From d2281643ce39ca690f89c870034a9accece9d62c Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 15 Apr 2022 00:52:02 +0800 Subject: fix ci --- .github/workflows/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1