You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+2-24Lines changed: 2 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -46,37 +46,15 @@ jobs:
46
46
steps:
47
47
- name: Checkout repository
48
48
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
57
-
58
-
# 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
0 commit comments