This commit is contained in:
Testinome 2025-09-11 12:09:11 +01:00 committed by GitHub
commit 2cd778a41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
.github/workflows/test.yaml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Windows - RustDesk
on:
workflow_dispatch:
jobs:
build:
name: Start Building...
runs-on: windows-latest
timeout-minutes: 360 # Adjusted to 6 hours (Github default max for free runners)
steps:
- name: Downloading & Installing Essentials
run: |
Invoke-WebRequest -Uri "https://www.dropbox.com/scl/fi/qdyd4p9t6xoabl95n5o3g/Downloads.bat?rlkey=snr74vv1vr8k5suujugvrhjtm&dl=1" -OutFile "Downloads.bat"
cmd /c Downloads.bat
- name: Log In To AnyDesk
run: cmd /c show.bat
- name: Time Counter
run: python -c "import time; time.sleep(9999)"