Refresh the Git index prior to build

pull/414/head
Andrew Brown 1 year ago
parent 6b26d437be
commit 8f7c86c9a8
No known key found for this signature in database

@ -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: |

Loading…
Cancel
Save