ci: Set all source mtime to HEAD commit time for consistent sccache hits
All checks were successful
BotServer CI / build (push) Successful in 16m34s
All checks were successful
BotServer CI / build (push) Successful in 16m34s
This commit is contained in:
parent
818a49ce00
commit
ac485f58da
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
cd /opt/gbo/work/generalbots
|
||||
git pull
|
||||
git submodule update --init --recursive
|
||||
git ls-files -z | xargs -0 -I{} touch -d "$(git log -1 --format='@%ct' -- '{}')" '{}'
|
||||
git ls-files -z | xargs -0 touch -d "@$(git log -1 --format='%ct')"
|
||||
git log --oneline -1
|
||||
|
||||
- name: Build BotServer and BotUI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue