From 9a38f609569a505b5f7f573d498792e13a7a576e Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 15 Apr 2022 23:51:35 +1200 Subject: [PATCH] fix hisp-noobs buildin --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7013ebe..837786a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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