mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	Try to fix invalid workflow file
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -66,8 +66,9 @@ jobs: | |||||||
|       - run: cargo test --features 'bundled-full session buildtime_bindgen' --doc --workspace --verbose |       - run: cargo test --features 'bundled-full session buildtime_bindgen' --doc --workspace --verbose | ||||||
|  |  | ||||||
|       - name: loadable extension |       - name: loadable extension | ||||||
|         run: cargo build --example loadable_extension --features "loadable_extension modern_sqlite functions vtab trace" |         run: | | ||||||
|         run: cargo run --example load_extension --features "load_extension bundled functions vtab trace" |           cargo build --example loadable_extension --features "loadable_extension modern_sqlite functions vtab trace" | ||||||
|  |           cargo run --example load_extension --features "load_extension bundled functions vtab trace" | ||||||
|  |  | ||||||
|       # TODO: move into own action for better caching |       # TODO: move into own action for better caching | ||||||
|       - name: Static build |       - name: Static build | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user