Skip to content

Commit

Permalink
New Year: New Version 3.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Jan 1, 2023
1 parent a012403 commit da618f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
# Could not symlink bin/2to3 Target /usr/local/bin/2to3 already exists.
# hack fix: https://github.com/actions/setup-python/issues/577#issuecomment-1365231822
os: [ubuntu-20.04, macos-11, windows-2019]
# os: [ubuntu-20.04, windows-2019]

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

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_package(Git)

if (GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
execute_process(
COMMAND ${GIT_EXECUTABLE} describe --dirty
COMMAND ${GIT_EXECUTABLE} describe --tags --dirty
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
Expand Down

0 comments on commit da618f0

Please sign in to comment.