Use shared CI scripts

This commit is contained in:
Chih-Hsuan Yen
2021-02-17 23:19:21 +08:00
parent d2d1ba0d4d
commit af7856ceb9
2 changed files with 6 additions and 12 deletions
+5
View File
@@ -9,5 +9,10 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Checkout shared CI repo
uses: actions/checkout@v2
with:
repository: lxqt/ci
path: shared-ci
- name: Build
run: bash ./.ci/build.sh