fix test
This commit is contained in:
@@ -8,6 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
version: [latest, branch@master]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@@ -15,10 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: xmake-io/github-action-setup-xmake@master
|
||||
with:
|
||||
xmake-version: branch@master
|
||||
- uses: xmake-io/github-action-setup-xmake@master
|
||||
with:
|
||||
xmake-version: latest
|
||||
xmake-version: ${{ matrix.version }}
|
||||
- name: Run tests
|
||||
run: |
|
||||
xmake create -P test
|
||||
|
||||
Reference in New Issue
Block a user