summaryrefslogtreecommitdiff
path: root/.github/workflows/archlinux.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2021-05-26 23:26:35 +0800
committerruki <[email protected]>2021-05-26 23:26:35 +0800
commit6cc0de6667e9862d1f30d2358f1f4243b8ba423f (patch)
tree86d3838cb4ad81e9a27bc4c5beaa02945f70d25d /.github/workflows/archlinux.yml
parent7ba6a1093361f37ebb7d3937041addd284c0311a (diff)
improve ci
Diffstat (limited to '.github/workflows/archlinux.yml')
-rw-r--r--.github/workflows/archlinux.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml
index 04284b89c..2a9755fb2 100644
--- a/.github/workflows/archlinux.yml
+++ b/.github/workflows/archlinux.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: prepare build tools
+ - name: Prepare build tools
run: |
pacman -Sy --noconfirm --needed git base-devel perl make unzip
- uses: actions/checkout@v2
@@ -26,8 +26,7 @@ jobs:
with:
xmake-version: local#../xmake-source
- # tests
- - name: tests
+ - name: Tests
env:
XMAKE_ROOT: y
run: |