circle-stdlib e318f89

Needed to support Circle develop?
pull/423/head
probonopd 1 year ago committed by GitHub
parent 29193db631
commit 5bb00fb922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .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 -

Loading…
Cancel
Save