Skip to content

Commit da618f0

Browse files
committed
New Year: New Version 3.3.2
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent a012403 commit da618f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
# Could not symlink bin/2to3 Target /usr/local/bin/2to3 already exists.
2525
# hack fix: https://github.com/actions/setup-python/issues/577#issuecomment-1365231822
2626
os: [ubuntu-20.04, macos-11, windows-2019]
27-
# os: [ubuntu-20.04, windows-2019]
2827

2928
runs-on: ${{ matrix.os }}
3029

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ find_package(Git)
1919

2020
if (GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
2121
execute_process(
22-
COMMAND ${GIT_EXECUTABLE} describe --dirty
22+
COMMAND ${GIT_EXECUTABLE} describe --tags --dirty
2323
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
2424
OUTPUT_VARIABLE VERSION
2525
OUTPUT_STRIP_TRAILING_WHITESPACE

0 commit comments

Comments
 (0)