mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Fixed indention of comments
This commit is contained in:
		
							parent
							
								
									b22e78a89e
								
							
						
					
					
						commit
						d2b75aeced
					
				
							
								
								
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -224,9 +224,9 @@ jobs:
 | 
				
			|||||||
            apt-get install --yes --no-install-recommends ca-certificates libc6 libgcc-s1 libgssapi-krb5-2 libicu69 libssl1.1 libstdc++6 zlib1g
 | 
					            apt-get install --yes --no-install-recommends ca-certificates libc6 libgcc-s1 libgssapi-krb5-2 libicu69 libssl1.1 libstdc++6 zlib1g
 | 
				
			||||||
            #
 | 
					            #
 | 
				
			||||||
            # Download and install the .NET SDK:
 | 
					            # Download and install the .NET SDK:
 | 
				
			||||||
#            wget --no-verbose https://download.visualstudio.microsoft.com/download/pr/cd9decc0-f3ef-46d6-b7d1-348b757781ad/9ad92a8f4b805feb3d017731e78eca15/dotnet-sdk-8.0.301-linux-arm64.tar.gz -O dotnet-sdk.tar.gz
 | 
					            # wget --no-verbose https://download.visualstudio.microsoft.com/download/pr/cd9decc0-f3ef-46d6-b7d1-348b757781ad/9ad92a8f4b805feb3d017731e78eca15/dotnet-sdk-8.0.301-linux-arm64.tar.gz -O dotnet-sdk.tar.gz
 | 
				
			||||||
#            mkdir -p /usr/share/dotnet
 | 
					            # mkdir -p /usr/share/dotnet
 | 
				
			||||||
#            tar -zxf dotnet-sdk.tar.gz -C /usr/share/dotnet
 | 
					            # tar -zxf dotnet-sdk.tar.gz -C /usr/share/dotnet
 | 
				
			||||||
            wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
 | 
					            wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
 | 
				
			||||||
            chmod +x ./dotnet-install.sh
 | 
					            chmod +x ./dotnet-install.sh
 | 
				
			||||||
            ./dotnet-install.sh --channel 8.0
 | 
					            ./dotnet-install.sh --channel 8.0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user