File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -225,16 +225,16 @@ jobs:
225225 # Run the build task:
226226 - name : ' Run build task'
227227 run : |
228- chmod +x $GITHUB_WORKSPACE /tools/ci/github/script
229- "$GITHUB_WORKSPACE /tools/ci/github/script" ${{ matrix.BUILD_TASK }} || "$GITHUB_WORKSPACE /tools/ci/github/script" ${{ matrix.BUILD_TASK }}
228+ chmod +x . /tools/ci/github/script
229+ ". /tools/ci/github/script" ${{ matrix.BUILD_TASK }} || ". /tools/ci/github/script" ${{ matrix.BUILD_TASK }}
230230 timeout-minutes : 360
231231
232232 # View the log file if the previous step fails:
233233 - name : ' View log file'
234234 if : failure()
235235 run : |
236- chmod +x $GITHUB_WORKSPACE /tools/ci/github/on_failure
237- "$GITHUB_WORKSPACE /tools/ci/github/on_failure"
236+ chmod +x . /tools/ci/github/on_failure
237+ ". /tools/ci/github/on_failure"
238238 timeout-minutes : 5
239239
240240 # Upload the log file:
You can’t perform that action at this time.
0 commit comments