update for 1.3.7, hbb_common is now a submodule of rustdesk

This commit is contained in:
Bryan Gerlach
2025-01-20 19:29:53 -06:00
parent 6a5aec3415
commit 9e36e549ea
12 changed files with 2841 additions and 1 deletions

View File

@@ -163,12 +163,14 @@ jobs:
with:
repository: rustdesk/rustdesk
ref: refs/tags/${{ env.VERSION }}
submodules: recursive
- name: Checkout source code
if: ${{ env.VERSION == 'master' }}
uses: actions/checkout@v4
with:
repository: rustdesk/rustdesk
submodules: recursive
- name: Set Swap Space
if: ${{ matrix.job.arch == 'x86_64' }}