Skip to content

Commit

Permalink
Test deep checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 4, 2024
1 parent a76633b commit 3a5bc62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:

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
Expand Down

0 comments on commit 3a5bc62

Please sign in to comment.