Skip to content

fix compilation with new clang and new MSVC #16

fix compilation with new clang and new MSVC

fix compilation with new clang and new MSVC #16

Workflow file for this run

# Run test.sh
name: Run Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt install -y cmake
- name: test
run: bash ./test.sh