From 1030367a2130a44e23789a48620a17a5616336a6 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Thu, 14 Aug 2025 10:28:44 -0400 Subject: [PATCH] Restore mod times for cached build files --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0284b9ee..1246046d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,12 @@ jobs: with: submodules: recursive + # Normalize file mod times + - name: Restore git file mtimes + run: | + pip install --user git-restore-mtime + ~/.local/bin/git-restore-mtime + # Set Git config - name: Git config run: git config --global --add safe.directory "$GITHUB_WORKSPACE"