We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48711f commit e74786aCopy full SHA for e74786a
1 file changed
.github/workflows/run_tests.yml
@@ -36,6 +36,9 @@ jobs:
36
37
- name: Checkout code
38
uses: actions/checkout@v4
39
+ with:
40
+ fetch-depth: 0 # Fetch all the history so that `git describe` works to generate the version header
41
+ fetch-tags: true
42
43
- name: Build debug binaries
44
run: msbuild /r /m /p:Configuration=Debug /p:Platform=x86 build\foo_openlyrics.sln
@@ -55,6 +58,9 @@ jobs:
55
58
56
59
57
60
61
62
63
64
65
66
run: msbuild /r /m /p:Configuration=Debug /p:Platform=x64 build\foo_openlyrics.sln
0 commit comments