mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 12:21:21 +00:00
download arm64
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
593d5be202
commit
4f62336fa8
1 changed files with 5 additions and 0 deletions
|
@ -397,6 +397,11 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'macOSBuild'
|
artifact: 'macOSBuild'
|
||||||
path: $(Agent.TempDirectory)
|
path: $(Agent.TempDirectory)
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: 'Download macOS Arm64 Build'
|
||||||
|
inputs:
|
||||||
|
artifact: 'MacOSBuildArm64'
|
||||||
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download ManyLinux Build'
|
displayName: 'Download ManyLinux Build'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue