Skip to content

Commit

Permalink
removed incorrect platform "micro"
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd authored and Arnd committed Dec 12, 2020
1 parent 20482d3 commit 5793f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: 'Install Arduino CLI package'
run: bash ${GITHUB_WORKSPACE}/Common/Scripts/install_arduino_cli.sh
- name: 'Run master compile python program'
run: python3 ${GITHUB_WORKSPACE}/Common/Python/build_platform.py uno leonardo mega2560 micro esp8266 esp32
run: python3 ${GITHUB_WORKSPACE}/Common/Python/build_platform.py uno leonardo mega2560 esp8266 esp32

0 comments on commit 5793f8a

Please sign in to comment.