|
|
@ -21,6 +21,8 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Get specific commits of git submodules |
|
|
|
- name: Get specific commits of git submodules |
|
|
|
run: sh -ex ./submod.sh |
|
|
|
run: sh -ex ./submod.sh |
|
|
|
|
|
|
|
- name: Create kernels directory |
|
|
|
|
|
|
|
run: mkdir -p kernels/ |
|
|
|
- name: Put git hash in startup message |
|
|
|
- name: Put git hash in startup message |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp |
|
|
|
sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp |
|
|
|