From 8f7c86c9a8ec85c884c59e8a78374e6ffc24a70a Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 16 Apr 2024 03:56:31 -0700 Subject: [PATCH] Refresh the Git index prior to build --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e5f2fa..d3f018e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,6 +110,8 @@ jobs: - run: git fetch --tags --force name: Force-fetch tags to work around actions/checkout#290 - run: git submodule update --init --depth 32 --jobs 3 + - name: Refresh the Git index + run: git update-index --refresh - name: Build shell: msys2 {0} run: |