We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd82086 commit c274d2cCopy full SHA for c274d2c
1 file changed
.github/workflows/zephyr-build.yml
@@ -69,6 +69,12 @@ jobs:
69
git reset --hard ${{ matrix.platform.cmsis_ref }}
70
popd
71
72
+ - name: Build ${{ matrix.platform.name }} ectool
73
+ if: ${{ matrix.platform.zephyr_ref == 'framework-main' }}
74
+ run: |
75
+ cros_sdk bash -c 'pushd ../platform/ec; BOARD=host make clean'
76
+ cros_sdk bash -c 'pushd ../platform/ec; BOARD=host make utils'
77
+
78
# Note:
79
# By default cros_sdk changes into src/scripts folder.
80
# But that will make zmake pick up the scripts git commit SHA
0 commit comments