Run `ghc --print-project-git-commit-id` during CI
Currently, it is rather difficult to tell exactly which commit of GHC HEAD is used in the build-master
job. It would be helpful to run ghc --print-project-git-commit-id
early on so that the commit can be discovered, as this information is useful for debugging purposes.