🔧 StateInfo 类型系统的 at 方法改为不存在则抛出 std::out_of_range 异常 #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 2.x in Windows | |
on: | |
push: | |
branches: | |
- 2.x | |
pull_request: | |
branches: | |
- 2.x | |
jobs: | |
cmake-support-x86_64: | |
name: CMake support for x86_64 | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-install-win.yml@main | |
withoutdep-support-x86_64: | |
name: Without dependency support for x86_64 | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-withoutdep-win.yml@main |