summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 19:36:27 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 19:36:27 -0400
commitd75439a42633f7b19220d79ebf8052679d483cd3 (patch)
tree92d87926096837c732a4e7940699534856607e22
parentcef914b131981e45fe90c74179d6a5703165895b (diff)
downloadsee_defs-d75439a42633f7b19220d79ebf8052679d483cd3.tar.gz
Actually use GCC
-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 ..