From 8dc60280eea0ab6f8c1dc9c3cc5cc4c7197e2977 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Thu, 30 Jan 2025 12:14:19 +0000 Subject: [PATCH] set compiler for cmake --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 96c0a16760..e1abf1542a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -34,7 +34,7 @@ jobs: BENCHMARK_DOWNLOAD_DEPENDENCIES=ON BUILD_SHARED_LIBS=${{ matrix.lib == 'shared' }} CMAKE_BUILD_TYPE=${{ matrix.build_type }} - CMAKE_CXX_COMPILER=${{ env.CXX }} + CMAKE_CXX_COMPILER=${{ matrix.compiler }} CMAKE_CXX_VISIBILITY_PRESET=hidden CMAKE_VISIBILITY_INLINES_HIDDEN=ON