aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/compile.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index 893eb41..e695a3a 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -14,6 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@master
+ # allow 'git describe' to work, by fetching tags
+ with:
+ fetch-tags: true
- name: Stop committing version.h
# reject commit if version.h was changed