Skip to content

Commit 4fa9dd3

Browse files
committed
Use absolute path
1 parent c8757b3 commit 4fa9dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@ jobs:
206206
- name: "Running ${{ matrix.BUILD_TASK}} task"
207207
shell: bash
208208
run: |
209-
chmod +x ./tools/ci/github/script
210-
"./tools/ci/github/script ${{ matrix.BUILD_TASK }}"
209+
chmod +x $GITHUB_WORKSPACE/tools/ci/github/script
210+
"$GITHUB_WORKSPACE/tools/ci/github/script ${{ matrix.BUILD_TASK }}"

0 commit comments

Comments
 (0)