From 4158842da3688b282aae76c532cfbd78a27cd23f Mon Sep 17 00:00:00 2001 From: RiccardoGrieco Date: Thu, 2 Feb 2023 16:00:23 +0100 Subject: [PATCH] Attempt to fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 734f651..4d97794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,11 +134,11 @@ jobs: shell: bash -l {0} run: | cd build - cmake --build . --config ${{matrix.build_type}} --verbose + cmake --build . --config ${{matrix.build_type}} --verbose # Test step - name: Test - shell: bash + shell: bash -l {0} run: | cd build export PATH=$PATH:${GITHUB_WORKSPACE}/build/install/bin:${GITHUB_WORKSPACE}/install/deps/bin