Skip to content

Commit

Permalink
Merge branch 'dev41' into unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
starg2 committed Sep 25, 2022
2 parents 52922c0 + 142f0cb commit 3d4a68a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ jobs:
path: timidity41
fetch-depth: 0

- name: Fetch tags
run: git fetch --tags --force
shell: bash
working-directory: timidity41

- name: Run "git describe"
run: echo "TIM41_DESCRIBE=$(git describe --first-parent --tags)" >> $GITHUB_ENV
run: echo "TIM41_DESCRIBE=$(git describe --first-parent)" >> $GITHUB_ENV
shell: bash
working-directory: timidity41

Expand Down
2 changes: 1 addition & 1 deletion WriteVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

execute_process(
COMMAND "${GIT_EXECUTABLE}" describe --first-parent --tags
COMMAND "${GIT_EXECUTABLE}" describe --first-parent
OUTPUT_VARIABLE gitDescribeResult
OUTPUT_STRIP_TRAILING_WHITESPACE
)
Expand Down

0 comments on commit 3d4a68a

Please sign in to comment.