add two dashes

This commit is contained in:
SilicaAndPina 2022-04-15 23:52:38 +12:00
parent 9a38f60956
commit 11b99d83a7

View file

@ -18,7 +18,7 @@ jobs:
- name: Git Submodule update
run: |
git submodule update --init --recursive
git fetch -tags
git fetch --tags
- name: Setup .NET
uses: actions/setup-dotnet@v1