Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

fix: poly deg in to_uint methods #5

fix: poly deg in to_uint methods

fix: poly deg in to_uint methods #5

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: get-cmake
uses: lukka/get-cmake@latest
- run: |
mkdir build
cd build
cmake ..
cmake --build .
ctest