We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8278fb3 commit d0cff87Copy full SHA for d0cff87
.github/workflows/c-cpp.yml
@@ -82,6 +82,7 @@ jobs:
82
- name: Checkout code
83
uses: actions/checkout@v4
84
with:
85
+ fetch-depth: 0
86
submodules: recursive
87
- name: Get version from tag
88
run : |
0 commit comments