download dev from github releases

fix ci

remove unused import

fix releases
This commit is contained in:
ruki
2021-07-16 22:37:18 +08:00
committed by Opportunity
Unverified
parent 2f05f7c4ad
commit b126f6b6d1
6 changed files with 30 additions and 22 deletions
+2 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
version: [latest, branch@master]
version: [latest, branch@master, branch@dev]
runs-on: ${{ matrix.os }}
@@ -19,6 +19,7 @@ jobs:
xmake-version: ${{ matrix.version }}
- name: Run tests
run: |
xmake --version
xmake create -P test
xmake build -P test
xmake run -P test