aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 41f305b9..8e8677f3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: |