8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8000 1 parent 3b38efb commit ab21a1dCopy full SHA for ab21a1d
azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
16
displayName: 'Download ARM GCC from S3'
17
- task: PublishPipelineArtifact@0
18
inputs:
19
- artifactName: 'arm-gcc.deb'
+ artifactName: 'arm-gcc'
20
targetPath: 'gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb'
21
- job: Test
22
pool:
@@ -117,11 +117,11 @@ jobs:
117
submodules: recursive
118
- task: DownloadPipelineArtifact@0
119
120
121
targetPath: $(System.DefaultWorkingDirectory)
122
displayName: 'Download ARM GCC from pipeline'
123
- bash: |
124
- sudo dpkg -i arm-gcc.deb
+ sudo dpkg -i arm-gcc/*.deb
125
displayName: 'Install ARM GCC'
126
127
sudo apt-get install gettext
0 commit comments