Skip to content

Commit 8a191d0

Browse files
committed
Point Doltlite checkout at dolthub/doltlite
The canonical repo is dolthub/doltlite (SQLite 3.54.0 base, actively developed), not the personal mirror at timsehn/doltlite which trails behind.
1 parent 628e41c commit 8a191d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-tests-doltlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check out Doltlite
2929
uses: actions/checkout@v4
3030
with:
31-
repository: timsehn/doltlite
31+
repository: dolthub/doltlite
3232
path: doltlite-src
3333

3434
- name: Build Doltlite shared library

0 commit comments

Comments
 (0)