Skip to content

Adding progress bar and payment chart to the terminal ui #12

Adding progress bar and payment chart to the terminal ui

Adding progress bar and payment chart to the terminal ui #12

Workflow file for this run

name: Main Workflow
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Installing protoc-gen-go
run: |
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Checkout BLAST
uses: actions/checkout@v4
- name: Build All
run: ./build.sh