mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-02 08:43:48 -04:00
Restore mod times for cached build files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user