mirror of
				https://github.com/Vomitblood/stort.git
				synced 2025-11-04 04:37:21 +08:00 
			
		
		
		
	changed github actions workflow to install rustup with defaults accepted
This commit is contained in:
		
							parent
							
								
									3e813bbe7e
								
							
						
					
					
						commit
						c1531bb53b
					
				
							
								
								
									
										2
									
								
								.github/workflows/build-validation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-validation.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -34,7 +34,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Rust
 | 
					      - name: Install Rust
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
 | 
					          curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
 | 
				
			||||||
          . "$HOME/.cargo/env"
 | 
					          . "$HOME/.cargo/env"
 | 
				
			||||||
          rustup update
 | 
					          rustup update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue