Skip to content

added workshop resources for the seminar about ddo held at UCLouvain … #296

added workshop resources for the seminar about ddo held at UCLouvain …

added workshop resources for the seminar about ddo held at UCLouvain … #296

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