fix: fix short ref not getting set in github builds
This commit is contained in:
parent
fb70b538e4
commit
e27e51d36a
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -39,7 +39,9 @@ jobs:
|
||||||
apt-get -y install --no-install-recommends python3-pil
|
apt-get -y install --no-install-recommends python3-pil
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
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
|
- name: Output build size
|
||||||
id: output-sizes
|
id: output-sizes
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue