diff --git a/.github/workflows/geargrafx.yml b/.github/workflows/geargrafx.yml index 99837f5..d68247b 100644 --- a/.github/workflows/geargrafx.yml +++ b/.github/workflows/geargrafx.yml @@ -36,7 +36,6 @@ jobs: run: sudo apt-get install -y libsdl2-dev libglew-dev libgtk-3-dev - name: Get build number run: | - git fetch -a echo "BUILD_NUMBER=$(git describe --abbrev=7 --dirty --always --tags)" >> $GITHUB_ENV - name: make run: make diff --git a/platforms/shared/desktop/Makefile.common b/platforms/shared/desktop/Makefile.common index 27f8cd5..a7d815c 100644 --- a/platforms/shared/desktop/Makefile.common +++ b/platforms/shared/desktop/Makefile.common @@ -6,6 +6,9 @@ define HEADER \____|\\___|\\__,_|_| \\__, |_| \__,_|_| /_/\\_\\ |___/ + ** Building for $(PLATFORM) platform ** + ** Git version: $(GIT_VERSION) ** + endef export HEADER