replace Install Task step with go-task action.

This commit is contained in:
onyx-and-iris 2026-03-10 02:31:05 +00:00
parent 270bda2dc1
commit b219511ef8

View File

@ -28,11 +28,9 @@ jobs:
virtualenvs-in-project: true
- name: Install Task
run: |
Invoke-WebRequest -OutFile go-task.zip -Uri "https://github.com/go-task/task/releases/latest/download/task_windows_amd64.zip"
Expand-Archive -Path go-task.zip -DestinationPath .
Move-Item task.exe C:\Windows\System32\
shell: pwsh
uses: go-task/setup-task@v1
with:
version: 3.x
- name: Download Forest TTK Theme
run: |