Skip to content

oops I forgot to update the readme #303

oops I forgot to update the readme

oops I forgot to update the readme #303

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