flabbet пре 1 година
родитељ
комит
a0179660af
1 измењених фајлова са 1 додато и 2 уклоњено
  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: