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