|
|
@ -24,7 +24,8 @@ jobs: |
|
|
|
# Put git hash in startup message |
|
|
|
# Put git hash in startup message |
|
|
|
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 |
|
|
|
# https://github.com/rsta2/circle/discussions/427#discussioncomment-11198505 |
|
|
|
# https://github.com/rsta2/circle/discussions/427#discussioncomment-11198505 |
|
|
|
sed -i -e 's|TTLShort = 120|TTLShort = 15|g' circle-stdlib/libs/circle/include/circle/net/mdnspublisher.h |
|
|
|
# already at 5 seconds intervals |
|
|
|
|
|
|
|
# sed -i -e 's|TTLShort = 120|TTLShort = 15|g' src/net/mdnspublisher.h |
|
|
|
- name: Install toolchains |
|
|
|
- name: Install toolchains |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|