Use more reliable Github Action for Rust toolchain install.
This commit is contained in:
		
							parent
							
								
									96a73b5013
								
							
						
					
					
						commit
						1b1328059f
					
				
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -28,9 +28,7 @@ jobs:
 | 
			
		||||
          registry-url: "https://registry.npmjs.org"
 | 
			
		||||
 | 
			
		||||
      - name: Install 1.70.x Rust toolchain
 | 
			
		||||
        uses: actions-rs/toolchain@v1
 | 
			
		||||
        with:
 | 
			
		||||
            toolchain: 1.70
 | 
			
		||||
        uses: dtolnay/rust-toolchain@1.70
 | 
			
		||||
 | 
			
		||||
      - name: Install
 | 
			
		||||
        if: ${{ matrix.flavor == 'dev'}}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user