mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
fix hisp-noobs buildin
This commit is contained in:
parent
b79534031f
commit
9a38f60956
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -16,8 +16,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Git Submodule update
|
- name: Git Submodule update
|
||||||
run: git submodule update --init --recursive
|
run: |
|
||||||
run: git fetch -tags
|
git submodule update --init --recursive
|
||||||
|
git fetch -tags
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue