Skip to content

Bold flag names on dialog and right align them #12

Bold flag names on dialog and right align them

Bold flag names on dialog and right align them #12

Workflow file for this run

name: Linux Build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4