Skip to content

fmt string nitpicking #39

fmt string nitpicking

fmt string nitpicking #39

Workflow file for this run

name: build
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y libgsl-dev libjson-c-dev
- name: Meson Build
uses: BSFishy/[email protected]
with:
# The action to run
action: build