Explorar o código

Update tests-x64.yml

flabbet hai 1 ano
pai
achega
ed5aaef44e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pipelines/Windows/tests-x64.yml

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

@@ -31,7 +31,7 @@ steps:
   inputs:
     targetType: 'inline'
     script: |
-      $env:WASI_SDK_PATH = "$(Get-Location)\$(wasiName)\bin"
+      $env:WASI_SDK_PATH = "$(Get-Location)\$(wasiName)"
       Write-Host "##vso[task.setvariable variable=WASI_SDK_PATH]$env:WASI_SDK_PATH"
 
 - task: PowerShell@2