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