mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Fix ROARING_ARCH environment variable (#3644)
This commit is contained in:
parent
4155555f80
commit
172143f7ea
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@ steps:
|
|||
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
- script: |
|
||||
cargo clean
|
||||
ROARING_ARCH=x86-64-v2
|
||||
cargo build --release
|
||||
env:
|
||||
ROARING_ARCH: x86-64-v2
|
||||
displayName: Build Release
|
||||
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
- script: |
|
||||
|
|
Loading…
Reference in a new issue