Skip to content

Attempt to remove distutils to fix the build on python 3.12.x (#66) #55

Attempt to remove distutils to fix the build on python 3.12.x (#66)

Attempt to remove distutils to fix the build on python 3.12.x (#66) #55

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
ubuntu_matrix:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [gcc, clang]
steps:
- uses: actions/checkout@v3
- name: make
env:
CC: ${{ matrix.compiler }}
run: make
- name: make test
run: make test