diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2a2d93e..ff737f04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Run version extraction script and set environment variable id: set-version run: | @@ -29,6 +30,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: sh cmake/GenerateMake.sh - run: cmake --build . --target lib3mf_memcheck working-directory: ./build @@ -44,6 +46,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: mkdir -p build - run: zip -r build/bindings.zip Autogenerated/Bindings - name: Archive bindings @@ -118,6 +121,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: sh cmake/GenerateMake.sh - run: cmake --build . working-directory: ./build @@ -149,6 +153,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: sh cmake/GenerateMake.sh "Debug" - run: cmake --build . working-directory: ./build @@ -167,6 +172,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Install Prerequisites run: | brew install lcov @@ -197,6 +203,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: ./cmake/GenerateVS2019.bat - run: cmake --build . --config Release working-directory: ./build @@ -232,6 +239,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: ./cmake/GenerateVS2019.bat - run: cmake --build . --config Debug working-directory: ./build @@ -257,6 +265,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: ./cmake/GenerateVS2019_32bit.bat - run: cmake --build . --config Release working-directory: ./build_32bit @@ -280,6 +289,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - run: ./cmake/GenerateMinGW.bat - run: cmake --build . working-directory: ./build