diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7aa18e65f6..9c1eb85b67 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -22,6 +22,9 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + + - name: Git ownership exception + run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE" - name: build ${{ matrix.model }} run: cd source && ./build.sh -m ${{ matrix.model }} @@ -69,7 +72,10 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - + + - name: Git ownership exception + run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE" + - name: build ${{ matrix.model }} run: cd source && make -j$(nproc) model="${{ matrix.model }}" firmware-multi_compressed_European firmware-multi_compressed_Bulgarian+Russian+Serbian+Ukrainian firmware-multi_Chinese+Japanese