Merge pull request #4115 from deep-soft/deep-soft-bridge-yml
Update bridge.yml
This commit is contained in:
		
						commit
						94d7339457
					
				
							
								
								
									
										2
									
								
								.github/workflows/bridge.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/bridge.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,6 @@
 | 
				
			|||||||
# This yaml shares the build bridge steps with ci and nightly.
 | 
					# This yaml shares the build bridge steps with ci and nightly.
 | 
				
			||||||
name: Build flutter-rust-bridge
 | 
					name: Build flutter-rust-bridge
 | 
				
			||||||
 | 
					# 2023-04-19 15:48:00+00:00
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  workflow_call:
 | 
					  workflow_call:
 | 
				
			||||||
@ -22,6 +23,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Install prerequisites
 | 
					      - name: Install prerequisites
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 | 
					          sudo apt install ca-certificates -y        
 | 
				
			||||||
          sudo apt update -y
 | 
					          sudo apt update -y
 | 
				
			||||||
          sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang cmake libclang-dev ninja-build llvm-dev libclang-10-dev llvm-10-dev pkg-config
 | 
					          sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang cmake libclang-dev ninja-build llvm-dev libclang-10-dev llvm-10-dev pkg-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user