Skip to content

Commit 4538c2e

Browse files
committed
Try switch to use Powershell with windows 2022.
1 parent 3fdcd4a commit 4538c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
dotnet-version: '6.x'
4242
- name: Download docfx
4343
run: |
44-
client = new-object System.Net.WebClient
44+
$client = new-object System.Net.WebClient
4545
$client.DownloadFile("https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip")
4646
- name: Setup docfx
4747
run: |

0 commit comments

Comments
 (0)