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 2362b25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2362b25

Please sign in to comment.