From 1fd886cf7f99b94f6d5c9343d0dafedbf83b55d5 Mon Sep 17 00:00:00 2001 From: ryo-osive <63479117+ryo-osive@users.noreply.github.com> Date: Mon, 15 Mar 2021 21:09:35 +0530 Subject: [PATCH] Fixed typo --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c17f3da..771e2475 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: CI Build on: push: @@ -31,11 +31,11 @@ jobs: - name: Clone API project run: go get github.com/sodafoundation/api - - name: Prerequites packages + - name: Install Pre-requisites run: sudo apt-get update && sudo apt-get install -y git make curl wget libltdl7 libseccomp2 libffi-dev gawk build-essential gcc librados-dev librbd-dev - name: Build - # Build SODA Controller source code + # Build SODA Dock source code run: make all - name: Run CI scripts for Testing