mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Added name & change shell to bash
This commit is contained in:
		
							parent
							
								
									530ffa0bd8
								
							
						
					
					
						commit
						d85d7638e3
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -190,12 +190,14 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          lfs: true  # Enable Git LFS
 | 
					          lfs: true  # Enable Git LFS
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
      - uses: pguyot/arm-runner-action@v2.6.5
 | 
					      - name: Run ARM runner
 | 
				
			||||||
 | 
					        uses: pguyot/arm-runner-action@v2.6.5
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          base_image: dietpi:rpi_armv8_bullseye
 | 
					          base_image: dietpi:rpi_armv8_bullseye
 | 
				
			||||||
          cpu: cortex-a53
 | 
					          cpu: cortex-a53
 | 
				
			||||||
          image_additional_mb: 5000 # ~ 5GB
 | 
					          image_additional_mb: 5000 # ~ 5GB
 | 
				
			||||||
          optimize_image: false
 | 
					          optimize_image: false
 | 
				
			||||||
 | 
					          shell: /bin/bash
 | 
				
			||||||
          commands: |
 | 
					          commands: |
 | 
				
			||||||
            # Rust complains (rightly) that $HOME doesn't match eid home:
 | 
					            # Rust complains (rightly) that $HOME doesn't match eid home:
 | 
				
			||||||
            export HOME=/root
 | 
					            export HOME=/root
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user