8000 Hopefully fix arm gcc file location · unixjazz/circuitpython@ab21a1d · GitHub
[go: up one dir, main page]

Skip to content

Commit ab21a1d

Browse files
committed
Hopefully fix arm gcc file location
8000
1 parent 3b38efb commit ab21a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
displayName: 'Download ARM GCC from S3'
1717
- task: PublishPipelineArtifact@0
1818
inputs:
19-
artifactName: 'arm-gcc.deb'
19+
artifactName: 'arm-gcc'
2020
targetPath: 'gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb'
2121
- job: Test
2222
pool:
@@ -117,11 +117,11 @@ jobs:
117117
submodules: recursive
118118
- task: DownloadPipelineArtifact@0
119119
inputs:
120-
artifactName: 'arm-gcc.deb'
120+
artifactName: 'arm-gcc'
121121
targetPath: $(System.DefaultWorkingDirectory)
122122
displayName: 'Download ARM GCC from pipeline'
123123
- bash: |
124-
sudo dpkg -i arm-gcc.deb
124+
sudo dpkg -i arm-gcc/*.deb
125125
displayName: 'Install ARM GCC'
126126
- bash: |
127127
sudo apt-get install gettext

0 commit comments

Comments
 (0)
0