mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24: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
|
||||
steps:
|
||||
- name: "checkout code"
|
||||
uses: actions/checkout@v2.2.0
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 0
|
||||
uses: actions/checkout@v2.2.0
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 0
|
||||
- name: build
|
||||
run: make base
|
||||
- name: test
|
||||
|
Loading…
Reference in New Issue
Block a user