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.
1 parent 5997f32 commit 1699d08Copy full SHA for 1699d08
1 file changed
.github/workflows/build.yml
@@ -242,6 +242,9 @@ jobs:
242
cd baremetalpi
243
make -j$(nproc)
244
cd ../../vendor/circle-stdlib/libs/circle/boot/
245
+ sed -i \
246
+ -e 's|https://github.com/raspberrypi/firmware/blob/$(FIRMWARE)/boot|https://raw.githubusercontent.com/raspberrypi/firmware/$(FIRMWARE)/boot|' \
247
+ -e 's/?raw=true//' Makefile
248
249
250
- name: Pack
@@ -303,6 +306,9 @@ jobs:
303
306
304
307
305
308
309
310
311
312
313
314
0 commit comments