Skip to content

Merge pull request #15 from flichtenheld/gha #1

Merge pull request #15 from flichtenheld/gha

Merge pull request #15 from flichtenheld/gha #1

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install mono-devel
- name: Build
run: ./build.sh