Skip to content

Commit

Permalink
Fix azure pipelines build, neovim path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf authored and jgehrig committed Jun 28, 2022
1 parent 1c93c18 commit 2c95653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
python -m aqt install 5.15.0 windows desktop win64_msvc2019_64
displayName: Install Dependencies
- powershell: |
Write-Host "##vso[task.setvariable variable=PATH;]${env:PATH};C:\tools\neovim\Neovim\bin";
Write-Host "##vso[task.setvariable variable=PATH;]${env:PATH};C:\tools\neovim\nvim-win64\bin";
displayName: Add Neovim to PATH
- task: CMake@1
inputs:
Expand Down

0 comments on commit 2c95653

Please sign in to comment.