From 5bb00fb92248723359afc1668130b278fa020303 Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 18 Jan 2023 21:00:19 +0100 Subject: [PATCH] circle-stdlib e318f89 Needed to support Circle develop? --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58afb6c..8941812 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,9 @@ jobs: - name: Use Circle develop branch for SSD1306 display rotation support until it is merged upstream run: | set -ex + cd circle-stdlib/ + git checkout e318f89 # Needed to support Circle develop? + cd - cd circle-stdlib/libs/circle git checkout ec09d7e # develop cd -