Use ../../../src/patches/WM8960.diff

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

@ -25,7 +25,7 @@ jobs:
set -ex
# As long as https://github.com/rsta2/circle/pull/286 is not merged yet
cd circle-stdlib/libs/circle
patch -p1 < ../../../src/WM8960.diff
patch -p1 < ../../../src/patches/WM8960.diff
rm *.diff
find . -type f -name "*.orig" -delete
cd -

Loading…
Cancel
Save