File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 70
70
run : echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
71
71
72
72
- name : Get Dependencies
73
- run : python3 tools/get_family_deps .py ${{ matrix.family }}
73
+ run : python3 tools/get_deps .py ${{ matrix.family }}
74
74
75
75
- name : Build
76
76
run : python3 tools/build_family.py ${{ matrix.family }}
Original file line number Diff line number Diff line change 77
77
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
78
78
79
79
- name : Get Dependencies
80
- run : python3 tools/get_family_deps .py ${{ matrix.family }}
80
+ run : python3 tools/get_deps .py ${{ matrix.family }}
81
81
82
82
- name : Build
83
83
run : python3 tools/build_family.py ${{ matrix.family }}
Original file line number Diff line number Diff line change 44
44
uses : actions/checkout@v3
45
45
46
46
- name : Get Dependencies
47
- run : python3 tools/get_family_deps .py ${{ matrix.family }}
47
+ run : python3 tools/get_deps .py ${{ matrix.family }}
48
48
49
49
- name : Build
50
50
run : python3 tools/build_family.py ${{ matrix.family }} CC=iccarm
Original file line number Diff line number Diff line change 68
68
run : echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
69
69
70
70
- name : Get Dependencies
71
- run : python3 tools/get_family_deps .py ${{ matrix.family }}
71
+ run : python3 tools/get_deps .py ${{ matrix.family }}
72
72
73
73
- name : Build
74
74
run : python3 tools/build_family.py ${{ matrix.family }}
Original file line number Diff line number Diff line change 68
68
run : echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
69
69
70
70
- name : Get Dependencies
71
- run : python3 tools/get_family_deps .py ${{ matrix.family }}
71
+ run : python3 tools/get_deps .py ${{ matrix.family }}
72
72
73
73
- name : Build
74
74
run : python3 tools/build_family.py ${{ matrix.family }}
Original file line number Diff line number Diff line change 69
69
run : echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
70
70
71
71
- name : Get Dependencies
72
- run : python3 tools/get_family_deps .py ${{ matrix.family }}
72
+ run : python3 tools/get_deps .py ${{ matrix.family }}
73
73
74
74
- name : Build
75
75
run : python3 tools/build_family.py ${{ matrix.family }}
You can’t perform that action at this time.
0 commit comments