Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Dec 3, 2020
1 parent 2531b16 commit 651bd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
displayName: Cargo Test All
- script: './build_static_linux.sh'
displayName: Build Linux Release
condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' ))
condition: and(succeeded(), eq( variables['Agent.OS'], 'Linux' ))
- script: './build_static.sh'
displayName: Build MacOS Release
condition: and(succeeded(), eq( variables['Agent.OS'], 'Darwin' ))
Expand Down

0 comments on commit 651bd85

Please sign in to comment.