try fix container git
This commit is contained in:
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user