Oops
This commit is contained in:
parent
1500c750b6
commit
40100a17d1
|
@ -6,6 +6,6 @@ parameters:
|
|||
steps:
|
||||
- powershell: |
|
||||
$chocopath = where.exe choco.exe | Get-Item
|
||||
$chocopath = Join-Path $chocopath.Directory "install" ${{ parameters.which }} "bin"
|
||||
$chocopath = Join-Path $chocopath.Directory "install" "${{ parameters.which }}" "bin"
|
||||
echo "##vso[task.prependpath]$chocopath"
|
||||
displayName: 'Set up MinGW-w64'
|
||||
displayName: 'Set Up MinGW-w64'
|
||||
|
|
Loading…
Reference in New Issue