1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix v build-examples

This commit is contained in:
Delyan Angelov
2022-04-15 20:31:10 +03:00
parent e18cb9748f
commit 6f5a513d8b
8 changed files with 16 additions and 17 deletions

View File

@ -162,7 +162,7 @@ fn stmt_binder_match(mut stmt Stmt, data orm.Primitive) {
i64 {
stmt.bind_i64(&data)
}
byte {
u8 {
stmt.bind_u8(&data)
}
u16 {