Skip to content

Commit

Permalink
ci: fix git fetch depth
Browse files Browse the repository at this point in the history
The fetch depth for test-coverage was accidentally set to 01.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Feb 7, 2025
1 parent ea818d1 commit 9bb7ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 01
fetch-depth: 0
- name: fix-sanitizer
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Launch Action
Expand Down

0 comments on commit 9bb7ee4

Please sign in to comment.