mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 19:33:48 +00:00 
			
		
		
		
	correct toolchain invocation
This commit is contained in:
		
							parent
							
								
									3fedbbb115
								
							
						
					
					
						commit
						5df06440c6
					
				
							
								
								
									
										6
									
								
								.github/workflows/selftest.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/selftest.yml
									
									
									
									
										vendored
									
									
								
							| @ -16,7 +16,7 @@ jobs: | ||||
|       - uses: actions/checkout@v2 | ||||
| 
 | ||||
|       - run: | | ||||
|           rustup toolchain install --profile minimal stable | ||||
|           rustup toolchain install stable --profile minimal | ||||
|           rustup default stable | ||||
| 
 | ||||
|       - uses: ./ | ||||
| @ -41,7 +41,7 @@ jobs: | ||||
|       - uses: actions/checkout@v2 | ||||
| 
 | ||||
|       - run: | | ||||
|           rustup toolchain install --profile minimal stable | ||||
|           rustup toolchain install stable --profile minimal | ||||
|           rustup default stable | ||||
| 
 | ||||
|       - uses: ./ | ||||
| @ -61,7 +61,7 @@ jobs: | ||||
|       - uses: actions/checkout@v2 | ||||
| 
 | ||||
|       - run: | | ||||
|           rustup toolchain install --profile minimal --target wasm32-unknown-unknown stable | ||||
|           rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown | ||||
|           rustup default stable | ||||
| 
 | ||||
|       - uses: ./ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user