try fix container git

This commit is contained in:
Green Sky
2026-01-09 16:54:53 +01:00
parent 5cc1345852
commit 01c1992875

View File

@@ -53,7 +53,8 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container: debian:12
container:
image: debian:12
steps:
- name: Install Dependencies
@@ -64,6 +65,9 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Fix gitconfig
run: git config --system --add safe.directory ${GITHUB_WORKSPACE}
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_FLAGS=-gz -DCMAKE_CXX_FLAGS=-gz -DCMAKE_EXE_LINKER_FLAGS=-gz