ci: Restore git mtime after pull for sccache hits
Some checks failed
BotServer CI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-28 19:58:43 -03:00
parent c5b98c4e88
commit 818a49ce00

View file

@ -24,6 +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 log --oneline -1
- name: Build BotServer and BotUI