mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
1160178c60
commit
22fdb575fd
|
|
@ -11,9 +11,15 @@ pool:
|
|||
|
||||
|
||||
steps:
|
||||
- task: GoTool@0
|
||||
- task: Bash@3
|
||||
inputs:
|
||||
version: '1.10'
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
echo 'Download v.1.14'
|
||||
wget https://dl.google.com/go/go1.17.1.linux-amd64.tar.gz
|
||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.1.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
echo go version
|
||||
|
||||
- task: Bash@3
|
||||
displayName: 'Build the executables'
|
||||
|
|
|
|||
Loading…
Reference in a new issue