@@ -78,12 +78,16 @@ jobs:
7878 with :
7979 fetch-depth : 0
8080
81+ - name : Restore timestamps
82+ uses : chetan/git-restore-mtime-action@v2
83+ with :
84+ args : -q
85+
8186 - name : Setup dependencies
8287 run : |
8388 sudo dpkg --add-architecture i386
8489 sudo apt-get update -y -qq || true
8590 sudo apt-get -qq install libc6:i386
86- sudo apt-get -qq install git-restore-mtime
8791 sudo ln -s /usr/lib/x86_64-linux-gnu/libmpfr.so.6 /usr/lib/x86_64-linux-gnu/libmpfr.so.4
8892
8993 - name : Install adtools build env
@@ -102,7 +106,6 @@ jobs:
102106 timeout-minutes : 480
103107 run : |
104108 export PATH=/usr/local/amiga/bin:/opt/m68k-amigaos/bin:/opt/ppc-amigaos/bin:/opt/ppc-morphos/bin:${PATH}
105- git restore-mtime -q
106109 ./scripts/mkdist.sh release ${{ matrix.platform }}
107110
108111 - name : Upload release files as workflow artifact
@@ -134,11 +137,15 @@ jobs:
134137 with :
135138 fetch-depth : 0
136139
140+ - name : Restore timestamps
141+ uses : chetan/git-restore-mtime-action@v2
142+ with :
143+ args : -q
144+
137145 - name : Setup dependencies
138146 run : |
139147 sudo apt-get update -y -qq || true
140148 sudo apt-get -qq install rsync
141- sudo apt-get -qq install git-restore-mtime
142149
143150 - name : Add repository to git safe directories
144151 run : |
@@ -148,7 +155,6 @@ jobs:
148155 - name : Build YAM release
149156 timeout-minutes : 480
150157 run : |
151- git restore-mtime -q
152158 ./scripts/mkdist.sh release os4
153159
154160 - name : Upload release files as workflow artifact
0 commit comments