git checkout circle-newlib 48bf91d

Needed for circle ec09d7e
pull/422/head
probonopd 2 years ago committed by GitHub
parent 67a69b8cb3
commit ac416a836a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/build.yml

@ -29,6 +29,9 @@ jobs:
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: Install toolchains
run: |
set -ex

Loading…
Cancel
Save