mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
fix github action
This commit is contained in:
parent
19316b9788
commit
2979dfd782
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -20,10 +20,10 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: "checkout code"
|
- name: "checkout code"
|
||||||
uses: actions/checkout@v2.2.0
|
uses: actions/checkout@v2.2.0
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: build
|
- name: build
|
||||||
run: make base
|
run: make base
|
||||||
- name: test
|
- name: test
|
||||||
|
Loading…
Reference in New Issue
Block a user