File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v5
5454 with :
5555 submodules : recursive
56+ fetch-depth : 0 # Ensures all tags are fetched
5657
5758 - name : 🔧 Prepare
5859 shell : bash
8586 -e LANG="C.UTF-8" \
8687 -e LC_ALL="C.UTF-8" \
8788 ghcr.io/hyperion-project/debian:${{ env.DOCKER_TAG }} \
88- /bin/bash -c "cmake --preset linux-${{ env.BUILD_TYPE }} ${{ steps.dependencies.outputs.cmakeArgs }} -DPLATFORM=${{ matrix.os.platform }} ${{ env.CPACK_SYSTEM_PROCESSOR }} &&
89- cmake --build --preset linux-${{ env.BUILD_TYPE }} --target package &&
90- cp /source/build/Hyperion-* /deploy/ 2>/dev/null"
89+ /bin/bash -c "
90+ git config --global --add safe.directory /source &&
91+ cmake --preset linux-${{ env.BUILD_TYPE }} ${{ steps.dependencies.outputs.cmakeArgs }} -DPLATFORM=${{ matrix.os.platform }} ${{ env.CPACK_SYSTEM_PROCESSOR }} &&
92+ cmake --build --preset linux-${{ env.BUILD_TYPE }} --target package &&
93+ cp /source/build/Hyperion-* /deploy/ 2>/dev/null"
9194 env :
9295 DOCKER_TAG : ${{ inputs.codename == 'bullseye' && matrix.os.architecture[0] == 'armv6' && inputs.codename || format('{0}-qt6', inputs.codename) }}
9396 BUILD_TYPE : ${{ inputs.event_name == 'pull_request' && 'debug' || 'release' }}
Original file line number Diff line number Diff line change 4242 - name : ⬇ Checkout
4343 uses : actions/checkout@v5
4444 with :
45- submodules : recursive
45+ submodules : recursive
46+ fetch-depth : 0 # Ensures all tags are fetched
4647
4748 - name : 🔧 Prepare
4849 shell : bash
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v5
4444 with :
4545 submodules : recursive
46+ fetch-depth : 0 # Ensures all tags are fetched
4647
4748 - name : 🔧 Prepare
4849 shell : bash
You can’t perform that action at this time.
0 commit comments