fix hisp-noobs buildin

This commit is contained in:
SilicaAndPina 2022-04-15 23:51:35 +12:00
parent b79534031f
commit 9a38f60956

View file

@ -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