fix: fix short ref not getting set in github builds

This commit is contained in:
Julian Vos 2025-03-29 13:29:33 +01:00 committed by JF
parent fb70b538e4
commit e27e51d36a

View file

@ -39,7 +39,9 @@ jobs:
apt-get -y install --no-install-recommends python3-pil
- name: Build
shell: bash
run: /opt/build.sh all
run: |
git config --global --add safe.directory /__w/InfiniTime/InfiniTime
/opt/build.sh all
- name: Output build size
id: output-sizes
run: |