File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ jobs:
124124
125125 bash make-install-deps.sh
126126
127- bash ./ make.sh all-library
127+ bash make.sh all-library
128128
129- bash ./ make.sh config
130- bash ./ make.sh build
131- bash ./ make.sh archive
129+ bash make.sh config
130+ bash make.sh build
131+ bash make.sh archive
132132
133133 - name : Show Build Result
134134 run : |
Original file line number Diff line number Diff line change @@ -147,11 +147,11 @@ jobs:
147147
148148 bash make-install-deps.sh
149149
150- bash ./ make.sh all-library
150+ bash make.sh all-library
151151
152- bash ./ make.sh config
153- bash ./ make.sh build
154- bash ./ make.sh archive
152+ bash make.sh config
153+ bash make.sh build
154+ bash make.sh archive
155155
156156 - name : Start Database
157157 run : |
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113113
114114 bash make-install-deps.sh
115115
116- bash ./ make.sh all-library
116+ bash make.sh all-library
117117
118- bash ./ make.sh config
119- bash ./ make.sh build
120- bash ./ make.sh archive
118+ bash make.sh config
119+ bash make.sh build
120+ bash make.sh archive
121121
122122 - name : Show Build Result
123123 run : |
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113113
114114 bash make-install-deps.sh
115115
116- bash ./ make.sh all-library
116+ bash make.sh all-library
117117
118- bash ./ make.sh config
119- bash ./ make.sh build
120- bash ./ make.sh archive
118+ bash make.sh config
119+ bash make.sh build
120+ bash make.sh archive
121121
122122 - name : Show Build Result
123123 run : |
You can’t perform that action at this time.
0 commit comments