From 6c0ac133671358a4cef36c33bd738305d36aeb9c Mon Sep 17 00:00:00 2001 From: bialger Date: Thu, 18 Jan 2024 14:49:26 +0300 Subject: [PATCH] Added compiler specification --- .github/workflows/ci_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0fd25a5..198fe34 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -35,6 +35,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Create CMake cache + env: + CC: ${{ matrix.config.cc }} + CXX: ${{ matrix.config.cxx }} run: | cmake -S . -B cmake-build