summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-30 15:49:42 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-30 15:49:42 +0200
commitccf459e53279f64883661b07c31a88278841825b (patch)
treea35cd91463e3b672e084c43bd56f1ea4170e5809 /.github/workflows/build.yml
parent3f9d90c16e9e6e8256c25b7f3caad4e4d98aeff9 (diff)
parentfe40d0111c48e51546d735b390cd92f8a97f8f41 (diff)
Merge branch '2.3' of github.com:mixxxdj/mixxx
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d3046cdae6..55bb103254 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -122,6 +122,7 @@ jobs:
- name: "Check out repository"
uses: actions/checkout@v2
with:
+ # This is necessary for making `git describe` work.
fetch-depth: 0
- name: "Ensure that all tags are fetched"