summaryrefslogtreecommitdiff
path: root/.github/workflows/archlinux.yml
diff options
context:
space:
mode:
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: |