Update Circle develop branch

for SSD1306 display rotation support

https://github.com/probonopd/MiniDexed/discussions/412
pull/423/head
probonopd 2 years ago committed by GitHub
parent 24e10c308d
commit ab8deb09c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

@ -20,11 +20,11 @@ jobs:
run: | run: |
set -ex set -ex
git submodule update --init --recursive 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: | run: |
set -ex set -ex
cd circle-stdlib/libs/circle cd circle-stdlib/libs/circle
git checkout 646c362 # develop git checkout ec09d7e # develop
cd - cd -
- name: Install toolchains - name: Install toolchains
run: | run: |

Loading…
Cancel
Save