From d53aeb40f505101eb7545fa6ac925d6a0b4bc038 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 24 Sep 2022 15:22:37 +0200 Subject: [PATCH] Update Circle to test MIDI controllers using the USB MIDI Class 2.0 spec https://github.com/rsta2/circle/issues/316#issuecomment-1256964271 --- .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 ef8d1be..1e99ac0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: | set -ex cd circle-stdlib/libs/circle - git checkout a8e8c9f # develop + git checkout 646c362 # develop cd - - name: Install toolchains run: |