Skip to content

add MSRH hndle to OS thread on OSX #431

add MSRH hndle to OS thread on OSX

add MSRH hndle to OS thread on OSX #431

Workflow file for this run

name: Mac OS X build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: cmake
run: |
rm -rf ${{ github.workspace }}/build
cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
- name: make
run: |
cd ${{ github.workspace }}/build
sudo make install