self hosted testing
This commit is contained in:
5
.github/workflows/sh-generator-windows.yml
vendored
5
.github/workflows/sh-generator-windows.yml
vendored
@@ -156,6 +156,11 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|
||||||
|
- name: Setup NuGet
|
||||||
|
uses: NuGet/setup-nuget@v2
|
||||||
|
with:
|
||||||
|
nuget-version: 'latest'
|
||||||
|
|
||||||
- name: change appname to custom
|
- name: change appname to custom
|
||||||
if: env.appname != 'rustdesk'
|
if: env.appname != 'rustdesk'
|
||||||
|
|||||||
Reference in New Issue
Block a user