We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3683c7 commit 045429fCopy full SHA for 045429f
.github/workflows/main.yml
@@ -61,12 +61,11 @@ jobs:
61
cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
62
-
63
os: macos-latest
64
- cc: gcc
65
66
os: windows-latest
67
fail-fast: false
68
env:
69
- CC: $({ matrix.platform.cc }}
+ CC: ${{ matrix.platform.cc }}
70
CMAKE_GENERATOR: ${{ matrix.platform.cmake_generator }}
71
CMAKE_OPTIONS: ${{ matrix.platform.cmake_options }}
72
name: Build
0 commit comments