Skip to content

because it is sometimes useful, the transition cost function now has … #301

because it is sometimes useful, the transition cost function now has …

because it is sometimes useful, the transition cost function now has … #301

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