Skip to content

Commit 22a5745

Browse files
committed
Fix types.rs path in Turso patch (relative to turso/ working dir)
1 parent 2c6b9f4 commit 22a5745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# custom UDFs return text/blob values. Fix both frees to use the
112112
# stored length and rebuild the correct slice box.
113113
python3 - <<'PY_FIX_TYPES'
114-
p = '../extensions/core/src/types.rs'
114+
p = 'extensions/core/src/types.rs'
115115
s = open(p).read()
116116
117117
# TextValue::free

0 commit comments

Comments
 (0)