self hosted testing

This commit is contained in:
Bryan Gerlach
2026-02-12 16:43:37 -06:00
parent 7d2f124eb6
commit f62cd9cf86

View File

@@ -151,6 +151,11 @@ jobs:
with:
name: bridge-artifact
path: ./
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: change appname to custom
if: env.appname != 'rustdesk'