Git hackery to make git describe work

This commit is contained in:
John Maguire 2022-05-18 17:53:27 +01:00
parent 5e5b888d41
commit 13352c5802
1 changed files with 2 additions and 0 deletions

View File

@ -858,6 +858,8 @@ jobs:
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
working-directory: bin
run: >