add target
This commit is contained in:
		
							parent
							
								
									ca19cb3266
								
							
						
					
					
						commit
						a1ab8bc4b8
					
				@ -6,9 +6,9 @@ name: Build
 | 
			
		||||
steps:
 | 
			
		||||
- name: build
 | 
			
		||||
  commands:
 | 
			
		||||
    - whoami
 | 
			
		||||
    - rustup show
 | 
			
		||||
    - rustup default stable
 | 
			
		||||
    - rustup target add armv7-unknown-linux-gnueabihf
 | 
			
		||||
    - rustup show
 | 
			
		||||
    - cargo build --target=armv7-unknown-linux-gnueabihf
 | 
			
		||||
 | 
			
		||||
node:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user