Skip to content

Use epi and cxx20

Use epi and cxx20 #93

Workflow file for this run

name: clang
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
header-mode-tests:
runs-on: ubuntu-latest
steps:
- name: install clang
run: sudo apt install clang
- uses: actions/checkout@v3
- name: get updated submodules
run: git submodule update --init --recursive
- name: compile and run tests in header mode
run: make header_test CXX=clang++