From 7e0251eee5d04428df9c30796c4cb2e99fe426f9 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 7 Apr 2023 23:21:38 +0200 Subject: [PATCH] Use script to checkout correct versions of submodules (#475) Closes https://github.com/probonopd/MiniDexed/issues/424 --- .github/workflows/build.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ee4ebb..53d00c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,22 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Recursively pull git submodules + - name: Get specific commits of git submodules run: | - set -ex - git submodule update --init --recursive - - 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 - - cd circle-stdlib/libs/circle-newlib - git checkout 48bf91d # needed for circle ec09d7e - cd - + sh -ex ./submod.sh - name: Install toolchains run: | set -ex