diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-06-06 22:44:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 22:44:20 +0100 |
commit | 045429f5c7f31c8e91b6dff218ee82c9d807a804 (patch) | |
tree | f3738f2a6510e824724fc2d50accd37e33038580 | |
parent | e3683c72ca30ffb7ba19d990f2f8221a29491575 (diff) | |
download | libgit2-045429f5c7f31c8e91b6dff218ee82c9d807a804.tar.gz |
Update main.yml
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f1ee191f..98a353ebd 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 |