Unverified Commit 045429f5 by Edward Thomson Committed by GitHub

Update main.yml

parent e3683c72
...@@ -61,12 +61,11 @@ jobs: ...@@ -61,12 +61,11 @@ jobs:
cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
- -
os: macos-latest os: macos-latest
cc: gcc
- -
os: windows-latest os: windows-latest
fail-fast: false fail-fast: false
env: env:
CC: $({ matrix.platform.cc }} CC: ${{ matrix.platform.cc }}
CMAKE_GENERATOR: ${{ matrix.platform.cmake_generator }} CMAKE_GENERATOR: ${{ matrix.platform.cmake_generator }}
CMAKE_OPTIONS: ${{ matrix.platform.cmake_options }} CMAKE_OPTIONS: ${{ matrix.platform.cmake_options }}
name: Build name: Build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment