linux
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/bridge.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/bridge.yml
									
									
									
									
										vendored
									
									
								
							@@ -4,6 +4,12 @@ name: Build flutter-rust-bridge
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_call:
 | 
			
		||||
    inputs:
 | 
			
		||||
      version:
 | 
			
		||||
        description: 'Rustdesk Version'
 | 
			
		||||
        required: true
 | 
			
		||||
        default: '1.3.1'
 | 
			
		||||
        type: string
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  FLUTTER_VERSION: "3.19.6"
 | 
			
		||||
@@ -27,6 +33,7 @@ jobs:
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        with:
 | 
			
		||||
          repository: rustdesk/rustdesk
 | 
			
		||||
          ref: refs/tags/${{ inputs.version }}
 | 
			
		||||
 | 
			
		||||
      - name: Install prerequisites
 | 
			
		||||
        run: |
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								.github/workflows/generator-linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/generator-linux.yml
									
									
									
									
										vendored
									
									
								
							@@ -89,6 +89,9 @@ env:
 | 
			
		||||
jobs:
 | 
			
		||||
  generate-bridge-linux:
 | 
			
		||||
    uses: ./.github/workflows/bridge.yml
 | 
			
		||||
    with:
 | 
			
		||||
      version: ${{ fromJson(inputs.extras).version }}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  build-rustdesk-linux:
 | 
			
		||||
    needs: [generate-bridge-linux]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user