Update build.yml

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

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

Loading…
Cancel
Save