Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit b40755d

Browse files
committed
ci: add event manager fix
1 parent 7b7db87 commit b40755d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ jobs:
129129
echo "CONFIG_AGPS_SRC_SUPL=y" >> prj.conf
130130
echo "CONFIG_FPU=y" >> prj.conf
131131
132+
- name: Event manager fix
133+
run:
134+
sed -i
135+
's/CONFIG_DESKTOP_EVENT_MANAGER_LOG_EVENT_TYPE/CONFIG_EVENT_MANAGER_LOG_EVENT_TYPE/'
136+
prj.conf
137+
132138
- run: cat prj.conf
133139

134140
- name: Enable Azure settings in overlay-debug.conf
@@ -238,6 +244,12 @@ jobs:
238244
## so device information is published quicker
239245
run: CONFIG_APP_REQUEST_GPS_ON_INITIAL_SAMPLING=n >> prj.conf
240246

247+
- name: Event manager fix
248+
run:
249+
sed -i
250+
's/CONFIG_DESKTOP_EVENT_MANAGER_LOG_EVENT_TYPE/CONFIG_EVENT_MANAGER_LOG_EVENT_TYPE/'
251+
prj.conf
252+
241253
- run: cat prj.conf
242254

243255
- name: Login to GHCR

0 commit comments

Comments
 (0)