diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e64c105ddf..ff1beff810 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Install Dependencies run: | echo "Downloading MSYS2 environment..." @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Install Dependencies run: | sudo apt-get update @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Install Dependencies run: | brew update @@ -271,7 +271,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Create Source Archive run: | ./scripts/archive-source.sh archive.tgz