|
|
@ -20,12 +20,11 @@ jobs: |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|
git submodule update --init --recursive |
|
|
|
git submodule update --init --recursive |
|
|
|
- name: Patch in WM8960 support until Circle PR #286 is merged |
|
|
|
- name: Use Circle develop branch for WM8960 support until it is merged upstream |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|
cd circle-stdlib/libs/circle |
|
|
|
cd circle-stdlib/libs/circle |
|
|
|
patch -p1 < ../../../src/patches/WM8960.diff |
|
|
|
git checkout develop |
|
|
|
find . -type f -name "*.orig" -delete |
|
|
|
|
|
|
|
cd - |
|
|
|
cd - |
|
|
|
- name: Install toolchains |
|
|
|
- name: Install toolchains |
|
|
|
run: | |
|
|
|
run: | |
|
|
|