This commit is contained in:
Bryan Gerlach
2024-10-07 15:20:44 -05:00
parent 98fb105f28
commit 3691c06e55
5 changed files with 15 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
# vcpkg version: 2024.07.12
VCPKG_COMMIT_ID: "1de2026f28ead93ff1773e6e680387643e914ea1"
VERSION: "1.3.1"
VERSION: ${{ fromJson(inputs.extras).version }}
NDK_VERSION: "r27"
#signing keys env variable checks
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"
@@ -135,7 +135,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rustdesk/rustdesk
ref: refs/tags/1.3.1
ref: refs/tags/${{ env.VERSION }}
# - name: Install LLVM and Clang
# uses: KyleMayes/install-llvm-action@v1