Skip to content

Commit

Permalink
wf update
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <jos.verlinde@microsoft.com>
  • Loading branch information
Josverl committed Feb 22, 2024
1 parent 090943d commit 2abb951
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/createstubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,20 @@ jobs:
run: |
pipx install poetry
pip install -U mpremote micropython-stubber
# dev versie
pip install git+https://github.com/josverl/micropython-stubber.git@action_board_stubber#subdirectory=modules/mp_downloader
- name: clone Repos
- name: Install dependencies
run: |
stubber clone
# dev versie
pip install git+https://github.com/josverl/micropython-stubber.git@action_board_stubber#subdirectory=modules/mp_downloader
- name: Update firmware to the most recent preview-build on all connected boards
run: |
mp_flasher flash --preview
- name: clone Repos
run: |
stubber clone
- name: run board stubber
run: |
stubber get-mcu-stubs
Expand Down

0 comments on commit 2abb951

Please sign in to comment.