use builtin rules for toolsets

This commit is contained in:
Antony Polukhin
2021-09-10 20:32:09 +03:00
parent 19b5a1cf29
commit f0fe02f7d6

View File

@ -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