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: