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: |