diff options
| author | ruki <[email protected]> | 2022-02-17 23:11:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-17 23:11:55 +0800 |
| commit | a488013ba3fc29f9d368a10926640f58bfae7678 (patch) | |
| tree | 5c9dd5b647aa27b55bb5d30b44b25e073241f383 /.github/workflows/archlinux.yml | |
| parent | eddc769c19f130c96c2f4cd10200d388383d5bdb (diff) | |
fix ci
Diffstat (limited to '.github/workflows/archlinux.yml')
| -rw-r--r-- | .github/workflows/archlinux.yml | 8 |
1 files 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 |
