Skip to content

fix linux build

fix linux build #446

name: windows_msvc_release
on: push
jobs:
windows_msvc_release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- id: install_dependencies
uses: ./.github/actions/windows/install_dependencies
with:
build_type: Release
- uses: ./.github/actions/windows/build
with:
build_type: Release
BOOST_ROOT: ${{ steps.install_dependencies.outputs.BOOST_ROOT }}
- uses: ./.github/actions/windows/run_tests