mirror of
https://github.com/rclone/rclone.git
synced 2025-03-15 15:59:02 +01:00
fix compile_all under linux
This commit is contained in:
parent
cc39c4e775
commit
85a15d39d0
@ -95,7 +95,9 @@ steps:
|
||||
|
||||
- bash: |
|
||||
wget "https://dl.google.com/go/$(GO_VERSION).linux-amd64.tar.gz"
|
||||
sudo tar -C $(gorootDir) -xzf "$(GO_VERSION).linux-amd64.tar.gz"
|
||||
sudo mkdir $(gorootDir)
|
||||
sudo chown ${USER}:${USER} $(gorootDir)
|
||||
tar -C $(gorootDir) -xzf "$(GO_VERSION).linux-amd64.tar.gz"
|
||||
condition: eq( variables['Agent.OS'], 'Linux' )
|
||||
displayName: Install Go on Linux
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user