From 0872852941d2c156846ae005911bc8fd62e7e057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 23 Dec 2025 23:06:36 +0100 Subject: [PATCH] Remove toolset --version command --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c655e..a286b89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -610,7 +610,6 @@ jobs: if: matrix.cmake_tests == '' run: | cd boost-root - ${{matrix.toolset}} --version B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "debug-symbols=off") #Build variant if [ -n "${{matrix.build_variant}}" ] @@ -821,7 +820,6 @@ jobs: /usr/sbin/cygserver & sleep 2 cd boost-root - ${{matrix.toolset}} --version B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "debug-symbols=off") #Build variant if [ -n "${{matrix.build_variant}}" ] @@ -1004,7 +1002,6 @@ jobs: echo " ;" >> ~/user-config.jam fi # Run tests - ${{matrix.toolset}} --version B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "debug-symbols=off") #Build variant if [ -n "${{matrix.build_variant}}" ]