Skip to content

Commit

Permalink
degub2
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Feb 26, 2024
1 parent 36f09db commit ecb6571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: clone stm32duino
run: git clone https://github.com/stm32duino/Arduino_Core_STM32.git
- name: generate pinout
run: python3 parser.py
run:
python3 parser.py
tree
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ecb6571

Please sign in to comment.