Skip to content

use CXXFLAGS and C++17 #12

use CXXFLAGS and C++17

use CXXFLAGS and C++17 #12

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make CXXFLAGS="-std=c++17 -Wall" serial