diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78903a3..69aa33d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,5 @@ jobs: - name: Test run: | - cd boost-root + cd ../boost-root ./b2 -j3 libs/assert/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}}