Skip to content

Commit 045429f

Browse files
authored
Update main.yml
1 parent e3683c7 commit 045429f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,11 @@ jobs:
6161
cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
6262
-
6363
os: macos-latest
64-
cc: gcc
6564
-
6665
os: windows-latest
6766
fail-fast: false
6867
env:
69-
CC: $({ matrix.platform.cc }}
68+
CC: ${{ matrix.platform.cc }}
7069
CMAKE_GENERATOR: ${{ matrix.platform.cmake_generator }}
7170
CMAKE_OPTIONS: ${{ matrix.platform.cmake_options }}
7271
name: Build

0 commit comments

Comments
 (0)