Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-osive authored Mar 15, 2021
1 parent 111f13e commit 1fd886c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: CI Build

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1fd886c

Please sign in to comment.