Skip to content

Commit

Permalink
Put git hash in startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 16, 2024
1 parent 35ce69b commit 281e742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Get specific commits of git submodules
run: |
sh -ex ./submod.sh
- name: Apply patches
run: |
# Put git hash in startup message
sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp
- name: Install toolchains
run: |
set -ex
Expand Down

0 comments on commit 281e742

Please sign in to comment.