diff options
| -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 |
