From 21fce743c7cd00f5d15269c47f9409ef86b4b30c Mon Sep 17 00:00:00 2001
From: Daniel Chappuis <chappuis.daniel@gmail.com>
Date: Fri, 29 Oct 2021 17:13:21 +0200
Subject: [PATCH] Edit github action file

---
 .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 27bf4927..4a9b3d72 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -235,7 +235,7 @@ jobs:
             -DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }} \
             -DCODE_COVERAGE_VERBOSE=True \
             -DRP3D_COMPILE_TESTS=True \
-            -DCMAKE_CXX_FLAGS=${{ matrix.config.cxx_flags }} \
+            -DCMAKE_CXX_FLAGS="${{ matrix.config.cxx_flags }}" \
             -G "${{ matrix.config.generators }}" \
 
       - name: Build