Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: Ubuntu 22.04
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.8
with:
cmake-version: '3.16.x'
- name: Use cmake
run: |
cmake -B build .
cmake --build build
./build/repro