Skip to content

Commit d52d214

Browse files
committed
add prereq installer
1 parent afe4379 commit d52d214

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
1616
- name: pre-install
1717
run: |
18-
pip3 install clint pyserial
18+
bash ./actions_install.sh
1919
- name: test platforms
2020
run: |
2121
python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32

actions_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip3 install clint pyserial

0 commit comments

Comments
 (0)