|
|
@ -20,13 +20,11 @@ jobs: |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|
git submodule update --init --recursive |
|
|
|
git submodule update --init --recursive |
|
|
|
- name: Patch in WM8960 support |
|
|
|
- name: Patch in WM8960 support until Circle PR #286 is merged |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|
# As long as https://github.com/rsta2/circle/pull/286 is not merged yet |
|
|
|
|
|
|
|
cd circle-stdlib/libs/circle |
|
|
|
cd circle-stdlib/libs/circle |
|
|
|
patch -p1 < ../../../src/patches/WM8960.diff |
|
|
|
patch -p1 < ../../../src/patches/WM8960.diff |
|
|
|
rm *.diff |
|
|
|
|
|
|
|
find . -type f -name "*.orig" -delete |
|
|
|
find . -type f -name "*.orig" -delete |
|
|
|
cd - |
|
|
|
cd - |
|
|
|
- name: Install toolchains |
|
|
|
- name: Install toolchains |
|
|
|