diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f740f08..a5e33e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,11 +82,6 @@ jobs: ./b2 -d0 headers ./b2 -j4 variant=debug tools/inspect/build - - name: Create user-config.jam - if: matrix.compiler - run: | - echo "using ${{matrix.toolset}} : : ${{matrix.compiler}} ;" > ~/user-config.jam - - name: Run tests run: | cd ../boost-root