summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake-multi-platform.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake-multi-platform.yml')
-rw-r--r--.github/workflows/cmake-multi-platform.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 37c5a2d..3e9cc2e 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -37,6 +37,7 @@ jobs:
- name: Build
run: |
#${{ matrix.c_compiler }} -v -std=gnu99 -Wall -Wextra -o see_defs main.c
+ export CC=${{ matrix.c_compiler }}
mkdir build
cd build
cmake ..