Skip to content

Commit eec5ffe

Browse files
committed
Remove redundant tool dependency installation step from CI workflow
The arduino/actions/libraried/compile-examples action's installation of the electroniccats:mbed package via Boards Manager installs the platform's tools dependencies, so it's not necessary to do this separately.
1 parent 0e304e0 commit eec5ffe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
steps:
4747
- name: Checkout repository
4848
uses: actions/checkout@v2
49-
50-
- name: Setup Python
51-
uses: actions/setup-python@v1
52-
with:
53-
python-version: '3.x'
54-
55-
- name: Install nrfutil
56-
run: pip3 install adafruit-nrfutil
5749

5850
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
5951
- name: Checkout ArduinoCore-API

0 commit comments

Comments
 (0)