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