diff options
| author | Selene ToyKeeper | 2023-12-02 13:08:39 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-12-02 13:08:39 -0700 |
| commit | 4b0f966fb4fc629d42147c784343094be78863c6 (patch) | |
| tree | ac3bb3c58a3db6c99a9f9513afba3d636603c05e | |
| parent | added docs/battery-rainbow.png from old repo, since it's still relevant (diff) | |
| download | anduril-4b0f966fb4fc629d42147c784343094be78863c6.tar.gz anduril-4b0f966fb4fc629d42147c784343094be78863c6.tar.bz2 anduril-4b0f966fb4fc629d42147c784343094be78863c6.zip | |
fetch tags on CI checkout, so 'git describe' can work
| -rw-r--r-- | .github/workflows/compile.yml | 3 |
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 |
