mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Supply proper working directory in CI
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -219,6 +219,7 @@ jobs:
|
||||
- name: Test0
|
||||
if: ${{ matrix.toolset == 'msvc-14.0' }}
|
||||
run: ..\..\..\b2 --hash %ARGS0% define=CI_SUPPRESS_KNOWN_ISSUES debug-symbols=off ${{ matrix.suite }} pch=off
|
||||
working-directory: ../boost-root/libs/math/test
|
||||
- name: Test2
|
||||
if: ${{ matrix.toolset == 'msvc-14.2' }}
|
||||
run: ..\..\..\b2 --hash %ARGS2% define=CI_SUPPRESS_KNOWN_ISSUES debug-symbols=off ${{ matrix.suite }} pch=off
|
||||
|
||||
Reference in New Issue
Block a user