Skip to content

Commit 76903b8

Browse files
committed
Merge remote-tracking branch 'refs/remotes/Ghoelian/fix/short-ref-not-set-in-gh-builds'
2 parents 93b546c + 2b97fb9 commit 76903b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
apt-get -y install --no-install-recommends python3-pil
4040
- name: Build
4141
shell: bash
42-
run: /opt/build.sh all
42+
run: |
43+
git config --global --add safe.directory /__w/InfiniTime/InfiniTime
44+
/opt/build.sh all
4345
- name: Output build size
4446
id: output-sizes
4547
run: |

0 commit comments

Comments
 (0)