Skip to content

fix(ci): set SDK_VERSION #48

fix(ci): set SDK_VERSION

fix(ci): set SDK_VERSION #48

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt -y update
sudo apt -y install git golang liblzma-dev
- uses: actions/checkout@v2
- name: Build
run: go build .