diff options
| author | ruki <[email protected]> | 2020-10-23 23:33:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-23 23:33:59 +0800 |
| commit | c52d3d2210a6a56cca5dde8c1e06a1c962cd36c6 (patch) | |
| tree | e2656fee2ae5c853d7171de8c7f5b9aad8873e8d /.github/workflows/linux.yml | |
| parent | 98908994e0648374218aa07e3204cae0ce44df64 (diff) | |
improve to install xrepo
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bd357fab7..626f93db2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,6 +30,7 @@ jobs: - name: tests run: | xmake lua -v -D tests/run.lua + xrepo --version # build artifacts - name: artifact |
