summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-06-06 22:44:20 +0100
committerGitHub <noreply@github.com>2020-06-06 22:44:20 +0100
commit045429f5c7f31c8e91b6dff218ee82c9d807a804 (patch)
treef3738f2a6510e824724fc2d50accd37e33038580
parente3683c72ca30ffb7ba19d990f2f8221a29491575 (diff)
downloadlibgit2-045429f5c7f31c8e91b6dff218ee82c9d807a804.tar.gz
Update main.yml
-rw-r--r--.github/workflows/main.yml3
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