From ecb5ad8ea3ddb5527a187d006368d0cfc10bf294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Dee=20=28J=C5=8Dshin=29?= Date: Mon, 19 May 2025 00:10:53 -0700 Subject: [PATCH] restore mtime on source tree --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbd94b3f5..53706a16b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,9 @@ jobs: # Full checkout needed for git-restore-mtime-bare. fetch-depth: 0 + # TODO(jart): fork this action. + - uses: chetan/git-restore-mtime-action@v2 + - uses: actions/cache/restore@v4 id: cache with: