diff options
| author | ruki <[email protected]> | 2022-02-17 23:32:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-17 23:32:17 +0800 |
| commit | 4f95a3d8fbcbadabcecf71fb902c90c75693e433 (patch) | |
| tree | 5e14c6766d503d9ee44ff66ea46f7ef06782bc6c /.github | |
| parent | a488013ba3fc29f9d368a10926640f58bfae7678 (diff) | |
fix pdb with spaces
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/archlinux.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 19dceb588..035433687 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -16,14 +16,14 @@ jobs: group: ${{ github.head_ref }}-Archlinux cancel-in-progress: true steps: - - uses: actions/checkout@v2 - with: - submodules: true - - name: Prepare build tools run: | pacman -Sy --noconfirm --needed git base-devel perl make unzip + - uses: actions/checkout@v2 + with: + submodules: true + - name: prepare local xmake run: | cp -rf . ../xmake-source |
