From ab8deb09c63a1195276a7e37e03b4ef962b58d9a Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 18 Jan 2023 20:40:39 +0100 Subject: [PATCH] Update Circle develop branch for SSD1306 display rotation support https://github.com/probonopd/MiniDexed/discussions/412 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbd4bdd..58afb6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,11 @@ jobs: run: | set -ex git submodule update --init --recursive - - name: Use Circle develop branch for WM8960 and i2c display support until it is merged upstream + - name: Use Circle develop branch for SSD1306 display rotation support until it is merged upstream run: | set -ex cd circle-stdlib/libs/circle - git checkout 646c362 # develop + git checkout ec09d7e # develop cd - - name: Install toolchains run: |