From a488013ba3fc29f9d368a10926640f58bfae7678 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 17 Feb 2022 23:11:55 +0800 Subject: fix ci --- .github/workflows/archlinux.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index c9fb04cb4..19dceb588 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -16,12 +16,14 @@ jobs: group: ${{ github.head_ref }}-Archlinux cancel-in-progress: true steps: - - name: Prepare build tools - run: | - pacman -Sy --noconfirm --needed git base-devel perl make unzip - uses: actions/checkout@v2 with: submodules: true + + - name: Prepare build tools + run: | + pacman -Sy --noconfirm --needed git base-devel perl make unzip + - name: prepare local xmake run: | cp -rf . ../xmake-source -- cgit v1.3.1