You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: use git describe --always to make version.cc
If git-describe fails, an empty string is assigned to CS_VERSION, which
breaks the regression tests that expect csdiff version to be available.
Unfortunately, `git describe --tags` is not compatible with checkout@v3
GitHub Action.
0 commit comments