We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab7c6e1 + 86bcea9 commit ca2c72aCopy full SHA for ca2c72a
1 file changed
.github/workflows/main.yml
@@ -153,6 +153,14 @@ jobs:
153
name: pinetime-app.out
154
path: build/src/pinetime-app*.out
155
156
+ #########################################################################################
157
+ # Make but don't Upload the Recovery Firmware to be sure it builds correctly
158
+
159
+ - name: Make pinetime-recovery
160
+ run: |
161
+ cd build
162
+ make pinetime-recovery
163
164
#########################################################################################
165
# Finish
166
0 commit comments