File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
- name : Trigger framework installation
98
98
run : platformio run -e esp32dev-all-test
99
99
- name : Replace libbtdm_app.a file
100
- run : cp lib/libbtdm_app.a .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/libbtdm_app.a
100
+ run : cp lib/libbtdm_app.a $HOME/ .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/libbtdm_app.a
101
101
- name : Verify file replacement
102
102
run : |
103
103
echo "Listing the file at the target location:"
Original file line number Diff line number Diff line change 35
35
- name : Trigger framework installation
36
36
run : platformio run -e esp32dev-all-test
37
37
- name : Replace libbtdm_app.a file
38
- run : cp lib/libbtdm_app.a .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/libbtdm_app.a
38
+ run : cp lib/libbtdm_app.a $HOME/ .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/libbtdm_app.a
39
39
- name : Verify file replacement
40
40
run : |
41
41
echo "Listing the file at the target location:"
Original file line number Diff line number Diff line change 27
27
- name : Trigger framework installation
28
28
run : platformio run -e esp32dev-all-test
29
29
- name : Replace libbtdm_app.a file
30
- run : cp lib/libbtdm_app.a .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/libbtdm_app.a
30
+ run : cp lib/libbtdm_app.a $HOME/ .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/ld/libbtdm_app.a
31
31
- name : Verify file replacement
32
32
run : |
33
33
echo "Listing the file at the target location:"
You can’t perform that action at this time.
0 commit comments