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

Commit e17d5ba

Browse files
committed
ci: remove event manager fix
1 parent 1a8a63f commit e17d5ba

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ 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-
138132
- run: cat prj.conf
139133

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

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-
253241
- run: cat prj.conf
254242

255243
- name: Login to GHCR

0 commit comments

Comments
 (0)