From 4069a75a83c76bde8e9455b328d360bcc8d04fea Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Tue, 22 Aug 2023 11:17:05 +0200 Subject: [PATCH] Supply proper working directory in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2bde322c..79c343ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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