From 9d0345b5ee559d66aa868ecacbf3d14d6b3c3c2c Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Fri, 6 Sep 2024 23:03:15 +0200 Subject: [PATCH] yaml --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8fe28f0..6ebf083 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -88,7 +88,7 @@ jobs: steps: - name: check out uses: actions/checkout@v4 - with: + with: fetch-depth: 0 - name: install deps if: ${{ matrix.config.enabled == 1 }} @@ -103,7 +103,7 @@ jobs: if: ${{ matrix.config.enabled == 1 }} run: ${{ matrix.config.build }} # - name: Setup tmate session - #uses: mxschmitt/action-tmate@v3 + # uses: mxschmitt/action-tmate@v3 - name: make test if: ${{ matrix.config.enabled == 1 }} run: ${{ matrix.config.test }}