ci: Set all source mtime to HEAD commit time for consistent sccache hits
All checks were successful
BotServer CI / build (push) Successful in 16m34s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-28 20:06:46 -03:00
parent 818a49ce00
commit ac485f58da

View file

@ -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