mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15: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
|
||||
|
||||
- name: Git Submodule update
|
||||
run: git submodule update --init --recursive
|
||||
run: git fetch -tags
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
git fetch -tags
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue