Skip to content

Commit 75ebe3f

Browse files
authored
try to simplify git command
1 parent e947591 commit 75ebe3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
steps:
2121
- name: "Checkout package"
2222
uses: actions/checkout@v4
23+
with:
24+
show-progress: false
25+
sparse-checkout: false
2326
- run: sudo apt-get update
2427
- run: sudo apt-get install -y doxygen graphviz
2528
- run: doxygen

0 commit comments

Comments
 (0)