From 370eed4d6bb200ae06161833144251b0d468537b Mon Sep 17 00:00:00 2001 From: Anubhuti Shruti Date: Wed, 19 Jul 2023 15:45:55 +0530 Subject: [PATCH] fixing error --- blobfuse2-nightly.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/blobfuse2-nightly.yaml b/blobfuse2-nightly.yaml index f0c831de..aa6b0d7c 100755 --- a/blobfuse2-nightly.yaml +++ b/blobfuse2-nightly.yaml @@ -273,6 +273,14 @@ stages: sudo apt-get install $(fuselib) -y displayName: 'Install libfuse' + # Downloading Go dependency packages + - task: Go@0 + inputs: + command: 'get' + arguments: '-d' + workingDirectory: $(WORK_DIR) + displayName: "Go Get" + # ------------------------------------------------------- # Pull and build the code - template: 'azure-pipeline-templates/build.yml'