Skip to content

Commit d0d2cf2

Browse files
committed
tidb_path
1 parent 34528b3 commit d0d2cf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: checkout TiDB
1313
uses: actions/checkout@v4
14-
with:
15-
repository: pingcap/tidb
16-
path: '..'
14+
- name: Move TiDB
15+
run: mv tidb ../
1716
- name: setup go
1817
uses: actions/setup-go@v4
1918
with:

0 commit comments

Comments
 (0)