Browse Source

Update tests-x64.yml

flabbet 11 months ago
parent
commit
ed5aaef44e
1 changed files with 1 additions and 1 deletions
  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