allow building from master

This commit is contained in:
Bryan Gerlach
2024-10-15 17:34:24 -05:00
parent 10ad3ee431
commit 937906fdd4
4 changed files with 28 additions and 0 deletions

View File

@@ -158,11 +158,18 @@ jobs:
sudo apt-get install -y imagemagick
- name: Checkout source code
if: ${{ env.VERSION != 'master' }}
uses: actions/checkout@v4
with:
repository: rustdesk/rustdesk
ref: refs/tags/${{ env.VERSION }}
- name: Checkout source code
if: ${{ env.VERSION == 'master' }}
uses: actions/checkout@v4
with:
repository: rustdesk/rustdesk
- name: Set Swap Space
if: ${{ matrix.job.arch == 'x86_64' }}
uses: pierotofy/set-swap-space@master