Skip to content

Accomodate newer libbfd mechanics in backward #544

Accomodate newer libbfd mechanics in backward

Accomodate newer libbfd mechanics in backward #544

Workflow file for this run

name: DPoW Testnet Branch
on:
push:
branches:
- testnet
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: submodules
run: git submodule update --init
- name: install-deps
run: sudo apt-get update && sudo apt-get install libevent-dev libssl-dev libboost-all-dev libunwind-dev libsodium-dev binutils-dev autoconf libreadline-dev
- name: make
run: make release-static-linux-x86_64