Skip to content

Region and Prime blocks using Prime and Region Entropy Threshold #15

Region and Prime blocks using Prime and Region Entropy Threshold

Region and Prime blocks using Prime and Region Entropy Threshold #15

Workflow file for this run

name: Build on PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: create network.env from dist
run: mv network.env.dist network.env
- name: build
run: make go-quai