flabbet 1 year ago
parent
commit
a0179660af
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pipelines/Windows/tests-x64.yml

+ 1 - 2
pipelines/Windows/tests-x64.yml

@@ -14,11 +14,10 @@ variables:
   wasiName: 'was-sdk-windows'
 
 - task: CmdLine@2
-  displayName: 'Download and Setup WASI SDK'
+  displayName: 'Download WASI SDK'
   inputs:
     script: |
       curl -L -o $(wasiName).tar.gz $(wasiUrl)
-    displayName: 'Download WASI SDK'
 
 - task: CmdLine@2
   inputs: