mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:20:20 +00:00 
			
		
		
		
	Fixed Rust version
This commit is contained in:
		
							parent
							
								
									1a031ad5e2
								
							
						
					
					
						commit
						0b440354bd
					
				
							
								
								
									
										3
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -178,8 +178,9 @@ jobs:
 | 
			
		||||
            target-${{ matrix.dotnet_runtime }}-rust-${{ env.RUST_VERSION }}-dependencies-
 | 
			
		||||
            
 | 
			
		||||
      - name: Setup Rust (stable)
 | 
			
		||||
        uses: dtolnay/rust-toolchain@${{ env.RUST_VERSION }}
 | 
			
		||||
        uses: dtolnay/rust-toolchain@master
 | 
			
		||||
        with:
 | 
			
		||||
          toolchain: ${{ env.RUST_VERSION }}
 | 
			
		||||
          targets: ${{ matrix.rust_target }}
 | 
			
		||||
      
 | 
			
		||||
      - name: Setup dependencies (Ubuntu-specific, x86)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user