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 9191 CTX_INPUTS_SOURCE : ${{ inputs.source }}
9292 CTX_INPUTS_VALGRIND : ${{ inputs.valgrind }}
9393 CTX_INPUTS_WINDOWS : ${{ inputs.windows }}
94- run : bash ./cabuild/src/script /ci-c-util-suite.sh
94+ run : bash ./cabuild/lib/scripts /ci-c-util-suite.sh
9595 - name : " Print Parameters"
9696 env :
9797 CTX_STEPS_PARAMETERS_OUTPUTS_JOBS_LINUX : ${{ steps.parameters.outputs.jobs_linux }}
@@ -131,7 +131,7 @@ jobs:
131131 - name : " Invoke job executor"
132132 env :
133133 CTX_MATRIX_JOB : ${{ toJson(matrix.job) }}
134- run : bash ./cabuild/src/script /ci-c-util-job.sh
134+ run : bash ./cabuild/lib/scripts /ci-c-util-job.sh
135135
136136 ci-macos :
137137 name : " MacOS Job Execution"
@@ -164,7 +164,7 @@ jobs:
164164 - name : " Invoke job executor"
165165 env :
166166 CTX_MATRIX_JOB : ${{ toJson(matrix.job) }}
167- run : bash ./cabuild/src/script /ci-c-util-job.sh
167+ run : bash ./cabuild/lib/scripts /ci-c-util-job.sh
168168
169169 ci-windows :
170170 name : " Windows Job Execution"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments