Browse Source

web request

Krzysztof Krysiński 3 tháng trước cách đây
mục cha
commit
0a5a12eed9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/tests-windows.yml

+ 2 - 1
.github/workflows/tests-windows.yml

@@ -39,7 +39,8 @@ jobs:
       run: dotnet workload install wasi-experimental
 
     - name: Download WASI SDK
-      run: curl -L -o ${{ env.wasiVer }}.tar.gz ${{ env.wasiUrl }}
+      run: |
+        Invoke-WebRequest -Uri "${{ env.wasiUrl }}" -OutFile "${{ env.wasiVer }}.tar.gz"
 
     - name: Unpack WASI SDK
       run: |