summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-27 16:32:37 -0600
committerBe <be@mixxx.org>2020-12-27 16:32:37 -0600
commitcfaba10a6dd858858adb91e530c6254fbde526f9 (patch)
treeb2271cb891fa8ca95c7883ec28157d47a3bc165d /.github/workflows
parentf518ef2d9fba7fae014e191c76959767a402409f (diff)
GH Actions: fetch whole Git repo history so version number works
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e58ac39585..9593c6a4ed 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -98,6 +98,8 @@ jobs:
steps:
- name: "Check out repository"
uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- name: "Set up cmake"
uses: jwlawson/actions-setup-cmake@v1.4