Skip to content

Commit 15df159

Browse files
committed
fix(ci): enable sqlx-toml in CLI build for examples
1 parent f4d22fb commit 15df159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
--bin sqlx
2828
--release
2929
--no-default-features
30-
--features mysql,postgres,sqlite
30+
--features mysql,postgres,sqlite,sqlx-toml
3131
3232
- uses: actions/upload-artifact@v4
3333
with:

0 commit comments

Comments
 (0)