Use Circle develop branch for WM8960 support

pull/133/head
probonopd 3 years ago committed by GitHub
parent f74d34c510
commit 82625415c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/build.yml

@ -20,12 +20,11 @@ jobs:
run: |
set -ex
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: |
set -ex
cd circle-stdlib/libs/circle
patch -p1 < ../../../src/patches/WM8960.diff
find . -type f -name "*.orig" -delete
git checkout develop
cd -
- name: Install toolchains
run: |

Loading…
Cancel
Save