8000 Fix syntax · unixjazz/circuitpython@3b38efb · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b38efb

Browse files
committed
Fix syntax
1 parent d2e6f79 commit 3b38efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
vmImage: 'Ubuntu-16.04'
1313
steps:
1414
- bash: |
15-
wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb
15+
wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb
16+
displayName: 'Download ARM GCC from S3'
1617
- task: PublishPipelineArtifact@0
1718
inputs:
1819
artifactName: 'arm-gcc.deb'

0 commit comments

Comments
 (0)
0