Skip to content

Commit

Permalink
rpi4 baremetal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 1, 2023
1 parent b8e4a3f commit d91aa46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ jobs:
git clone --recursive https://github.com/smuehlst/circle-stdlib
cd circle-stdlib
git checkout fdb3c4a948421d47fddab8042a92f980cba43915
git submodule update --recursive
./configure -r 3
make -j$(nproc)
cd libs/circle/addon/vc4/sound/
Expand Down Expand Up @@ -431,6 +432,7 @@ jobs:
git clone --recursive https://github.com/smuehlst/circle-stdlib
cd circle-stdlib
git checkout fdb3c4a948421d47fddab8042a92f980cba43915
git submodule update --recursive
./configure -r 4
make -j$(nproc)
cd libs/circle/addon/vc4/sound/
Expand Down

0 comments on commit d91aa46

Please sign in to comment.