Always update awesome-circuitpython during build
This commit is contained in:
parent
ff7e609488
commit
341f3196ec
3 changed files with 5 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
- name: Update Awesome CircuitPython
|
||||
run: |
|
||||
(cd awesome-circuitpython && git fetch origin main:main && git checkout main)
|
||||
- name: Set up Python 3.x
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
|
|||
2
adabot
2
adabot
|
|
@ -1 +1 @@
|
|||
Subproject commit 7998c26dcf8c3f8f187720aae3f2246bc09b4b24
|
||||
Subproject commit 928115c8c1feff339aa70d61ccfcece6151936ab
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1a507ccae1d8274bbddb168dc9eb3cf6b14d14b2
|
||||
Subproject commit e05e9e9ef0c50a4c3ae198e8001e09b4784d610a
|
||||
Loading…
Reference in a new issue