2
0
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:
Christopher Kormanyos
2023-08-22 11:17:05 +02:00
parent 56b71a77c0
commit 4069a75a83

View File

@@ -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