Update build.yml

pull/443/head
Luca 2 years ago committed by GitHub
parent 483092e172
commit 44f3e68444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      .github/workflows/build.yml

@ -16,28 +16,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Recursively pull git submodules - name: Get specific commits of git submodules
run: | run: |
set -ex sh -ex ./submod.sh
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 -
- name: Change Synth_Dexed branch to enable selection of Engine Types
run: |
set -ex
cd Synth_Dexed/
git checkout deb0905
cd -
- name: Install toolchains - name: Install toolchains
run: | run: |
set -ex set -ex

Loading…
Cancel
Save