We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a012403 commit da618f0Copy full SHA for da618f0
.github/workflows/build_check.yml
@@ -24,7 +24,6 @@ jobs:
24
# Could not symlink bin/2to3 Target /usr/local/bin/2to3 already exists.
25
# hack fix: https://github.com/actions/setup-python/issues/577#issuecomment-1365231822
26
os: [ubuntu-20.04, macos-11, windows-2019]
27
- # os: [ubuntu-20.04, windows-2019]
28
29
runs-on: ${{ matrix.os }}
30
CMakeLists.txt
@@ -19,7 +19,7 @@ find_package(Git)
19
20
if (GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
21
execute_process(
22
- COMMAND ${GIT_EXECUTABLE} describe --dirty
+ COMMAND ${GIT_EXECUTABLE} describe --tags --dirty
23
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
0 commit comments