From 4c2b7d5215231afc4fe90c8332d04635a55e2ed9 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 7 Mar 2021 10:51:38 +0000 Subject: [PATCH] Try again with --hash on b2 command line. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d8195..dc796e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,7 +289,7 @@ jobs: run: config_info_travis working-directory: ../boost-root/libs/config/test - name: Test - run: ..\..\..\b2 cxxstd=${{ matrix.standard }} toolset=gcc + run: ..\..\..\b2 --hash cxxstd=${{ matrix.standard }} toolset=gcc working-directory: ../boost-root/libs/type_traits/test windows_msvc_14_0: runs-on: windows-latest @@ -333,7 +333,7 @@ jobs: run: config_info_travis working-directory: ../boost-root/libs/config/test - name: Test - run: ..\..\..\b2 cxxstd=${{ matrix.standard }} toolsettoolset=msvc-14.0 + run: ..\..\..\b2 --hash cxxstd=${{ matrix.standard }} toolset=msvc-14.0 working-directory: ../boost-root/libs/type_traits/test windows_msvc_14_2: runs-on: windows-latest @@ -377,5 +377,5 @@ jobs: run: config_info_travis working-directory: ../boost-root/libs/config/test - name: Test - run: ..\..\..\b2 cxxstd=${{ matrix.standard }} toolsettoolset=msvc-14.2 + run: ..\..\..\b2 --hash cxxstd=${{ matrix.standard }} toolset=msvc-14.2 working-directory: ../boost-root/libs/type_traits/test