File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8686 -u sqlite://sakila.db
8787 seaography-sqlite-example -f poem
8888 - name : Depends on local seaography
89- run : >-
90- sed -i '/^\[dependencies.seaography\]$/a \path = "..\/..\/"'
91- ./examples/sqlite/Cargo.toml
89+ run : |
90+ sed -i '/^\[dependencies.seaography\]$/a \path = "..\/..\/"' ./examples/sqlite/Cargo.toml
91+ sed -i '/^\[dev.dependencies\]$/a \serde = { version = "1", features = ["derive"] }' ./examples/sqlite/Cargo.toml
9292 - name : Build example
9393 working-directory : ./examples/sqlite
9494 run : cargo build
@@ -152,9 +152,9 @@ jobs:
152152 -u mysql://sea:[email protected] /sakila 153153 seaography-mysql-example -f actix
154154 - name : Depends on local seaography
155- run : >-
156- sed -i '/^\[dependencies.seaography\]$/a \path = "..\/..\/"'
157- ./examples/mysql/Cargo.toml
155+ run : |
156+ sed -i '/^\[dependencies.seaography\]$/a \path = "..\/..\/"' ./examples/mysql/Cargo.toml
157+ sed -i '/^\[dev.dependencies\]$/a \serde = { version = "1", features = ["derive"] }' ./examples/mysql/Cargo.toml
158158 - name : Build example
159159 working-directory : ./examples/mysql
160160 run : cargo build
You can’t perform that action at this time.
0 commit comments