From d83805f42c3f20110126e373b86bd62e7c577f97 Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 21 Apr 2022 20:25:54 +0200 Subject: [PATCH] Use ../../../src/patches/WM8960.diff --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd7cd9e..84d4f4e 100644 --- a/.github/workflows/build.yml +++ b/.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 -