Match CI toolchain with rust-toolchain
This commit is contained in:
		
							parent
							
								
									b595002c25
								
							
						
					
					
						commit
						88c0d04c18
					
				
							
								
								
									
										13
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -27,8 +27,17 @@ jobs: | |||||||
|           node-version: ${{ matrix.node }} |           node-version: ${{ matrix.node }} | ||||||
|           registry-url: "https://registry.npmjs.org" |           registry-url: "https://registry.npmjs.org" | ||||||
| 
 | 
 | ||||||
|       - name: Install 1.63.x Rust toolchain |       - name: Read rust-toolchain file from repository | ||||||
|         uses: dtolnay/rust-toolchain@1.63 |         id: gettoolchain | ||||||
|  |         run: echo "::set-output name=toolchain::$(cat rust-toolchain)" | ||||||
|  |         working-directory: ${{ matrix.node }}/${{ matrix.flavor }} | ||||||
|  | 
 | ||||||
|  |       - name: Install ${{ steps.gettoolchain.outputs.toolchain }} Rust toolchain | ||||||
|  |         # Latest version available on this commit is 1.71.1 | ||||||
|  |         # Commit date is Aug 3, 2023 | ||||||
|  |         uses: dtolnay/rust-toolchain@f361669954a8ecfc00a3443f35f9ac8e610ffc06 | ||||||
|  |         with: | ||||||
|  |           toolchain: ${{ steps.gettoolchain.outputs.toolchain }} | ||||||
| 
 | 
 | ||||||
|       - name: Install |       - name: Install | ||||||
|         if: ${{ matrix.flavor == 'dev'}} |         if: ${{ matrix.flavor == 'dev'}} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user