aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-12-02 13:08:39 -0700
committerSelene ToyKeeper2023-12-02 13:08:39 -0700
commit4b0f966fb4fc629d42147c784343094be78863c6 (patch)
treeac3bb3c58a3db6c99a9f9513afba3d636603c05e /.github
parentadded docs/battery-rainbow.png from old repo, since it's still relevant (diff)
downloadanduril-4b0f966fb4fc629d42147c784343094be78863c6.tar.gz
anduril-4b0f966fb4fc629d42147c784343094be78863c6.tar.bz2
anduril-4b0f966fb4fc629d42147c784343094be78863c6.zip
fetch tags on CI checkout, so 'git describe' can work
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