diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 98f3940..bdc7878 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -54,7 +54,7 @@ jobs: toolchain: stable - name: Install cargo binstall - shell: pwsh + shell: powershell run: Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content - name: Install dioxus-cli