Skip to content

Commit db7e056

Browse files
committed
fix: path fix
1 parent 027b414 commit db7e056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Update dependencies
3131
run: |
32-
sh ci/build/dep.sh ${{ steps.dep.outputs.matches }}
32+
sh .github/ci/build/dep.sh ${{ steps.dep.outputs.matches }}
3333
3434
- name: Replace rtc version
3535
run: |

0 commit comments

Comments
 (0)