set Task version

This commit is contained in:
onyx-and-iris 2026-03-11 00:29:31 +00:00
parent 4ed17a5476
commit 5f7d66ceae

View File

@ -19,15 +19,15 @@ jobs:
with:
python-version: '3.12'
- name: Setup PDM
- name: Install PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: '3.12'
- name: Setup Task
- name: Install Task
uses: go-task/setup-task@v1
with:
version: latest
version: 3.x
- name: Download NVDA Controller Client
shell: pwsh