Commit 045429f5c7f31c8e91b6dff218ee82c9d807a804

Edward Thomson 2020-06-06T22:44:20

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5f1ee19..98a353e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -61,12 +61,11 @@ jobs:
           cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
         -
           os: macos-latest
-          cc: gcc
         -
           os: windows-latest
       fail-fast: false
     env:
-      CC: $({ matrix.platform.cc }}
+      CC: ${{ matrix.platform.cc }}
       CMAKE_GENERATOR: ${{ matrix.platform.cmake_generator }}
       CMAKE_OPTIONS: ${{ matrix.platform.cmake_options }}
     name: Build