Skip to content

Commit

Permalink
fix azure build pipeline (#64)
Browse files Browse the repository at this point in the history
* fix pipeline

* update to latest rust version
  • Loading branch information
mcroomp authored Apr 13, 2024
1 parent 1cad690 commit 12508d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- task: ssplat.rust-build-release-tools.rust-installer-task.RustInstaller@1
displayName: 'Install Rust '
inputs:
rustVersion: 'ms-1.70'
rustVersion: 'ms-1.77'
additionalTargets: 'i686-pc-windows-msvc'
toolchainFeed: https://onedrive.pkgs.visualstudio.com/b52099a6-3b13-4b08-9270-a07884a10e3d/_packaging/RustTools/nuget/v3/index.json
cratesIoFeedOverride: sparse+https://onedrive.pkgs.visualstudio.com/b52099a6-3b13-4b08-9270-a07884a10e3d/_packaging/RustCratesIO/Cargo/index/
Expand Down Expand Up @@ -61,7 +61,7 @@ steps:
target\debug\lepton_jpeg_util.exe,
target\release\lepton_jpeg.dll,
target\release\lepton_jpeg_avx2.dll,
target\release\lepton_jpeg_util.exe'
target\release\lepton_jpeg_util.exe,
target\release\lepton_jpeg_util_avx2.exe'
signConfigType: 'inlineSignParams'
inlineOperation: |
Expand Down

0 comments on commit 12508d3

Please sign in to comment.