Skip to content

Merge pull request #34 from vcoppe/clean-dominance #300

Merge pull request #34 from vcoppe/clean-dominance

Merge pull request #34 from vcoppe/clean-dominance #300

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Build the library
uses: actions-rs/cargo@v1
with:
command: build
args: -p ddo