Skip to content

Commit 1699d08

Browse files
authored
Baremetal build fix (#2907)
* Attempt fixing Baremetal build * Fixes Baremetal build The first test worked, so applying to the second baremetal build too
1 parent 5997f32 commit 1699d08

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ jobs:
242242
cd baremetalpi
243243
make -j$(nproc)
244244
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
245248
make -j$(nproc)
246249
247250
- name: Pack
@@ -303,6 +306,9 @@ jobs:
303306
cd baremetalpi
304307
make -j$(nproc)
305308
cd ../../vendor/circle-stdlib/libs/circle/boot/
309+
sed -i \
310+
-e 's|https://github.com/raspberrypi/firmware/blob/$(FIRMWARE)/boot|https://raw.githubusercontent.com/raspberrypi/firmware/$(FIRMWARE)/boot|' \
311+
-e 's/?raw=true//' Makefile
306312
make -j$(nproc)
307313
308314
- name: Pack

0 commit comments

Comments
 (0)