mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 13:58:55 +08:00 
			
		
		
		
	Use hecrj/setup-rust-action for some CI since it has better matchers
This commit is contained in:
		
				
					committed by
					
						 Thom Chiovoloni
						Thom Chiovoloni
					
				
			
			
				
	
			
			
			
						parent
						
							2c8f8b0eab
						
					
				
				
					commit
					47b7c5508f
				
			
							
								
								
									
										19
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -25,13 +25,11 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions-rs/toolchain@v1 | ||||
|       # This has a matcher for test panics, so we use it even though elsewhere | ||||
|       # we use actions-rs/toolchain. | ||||
|       - uses: hecrj/setup-rust-action@v1 | ||||
|         with: | ||||
|           target: ${{ matrix.platform.target }} | ||||
|           default: true | ||||
|           profile: minimal | ||||
|           toolchain: stable | ||||
|           override: true | ||||
|           rust-version: stable | ||||
|  | ||||
|       - uses: actions-rs/cargo@v1 | ||||
|         with: | ||||
| @@ -99,11 +97,12 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions-rs/toolchain@v1 | ||||
|       # This has a matcher for rustfmt errors, so we use it even though | ||||
|       # elsewhere we use actions-rs/toolchain. | ||||
|       - uses: hecrj/setup-rust-action@v1 | ||||
|         with: | ||||
|           profile: minimal | ||||
|           toolchain: stable | ||||
|           override: true | ||||
|           rust-version: stable | ||||
|           components: rustfmt | ||||
|       - run: rustup component add rustfmt | ||||
|       - uses: actions-rs/cargo@v1 | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user