From 726763c3ded6ba1182521bc019b241313f4c12db Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Mon, 4 Mar 2024 11:16:53 +0100 Subject: [PATCH] Test deep checkout --- .github/workflows/kuksa_databroker_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/kuksa_databroker_build.yml b/.github/workflows/kuksa_databroker_build.yml index 9ca24772..f7f5bf8a 100644 --- a/.github/workflows/kuksa_databroker_build.yml +++ b/.github/workflows/kuksa_databroker_build.yml @@ -35,8 +35,13 @@ jobs: name: Linting and Testing runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 + with: + # Fetch everything to get tags working as expected + fetch-depth: 0 + submodules: 'true' # Seems not neccessary on ubuntu-latest runner #- uses: dtolnay/rust-toolchain@stable