We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c518a5 commit 37af2a0Copy full SHA for 37af2a0
.github/workflows/main.yml
@@ -55,6 +55,10 @@ jobs:
55
-
56
os: ubuntu-latest
57
image: 'ubuntu:xenial'
58
+ cc: gcc
59
+ cmake_generator: Ninja
60
+ cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
61
+ gittest_negotiate_password: ${{ secrets.GITTEST_NEGOTIATE_PASSWORD }}
62
63
os: macos-latest
64
@@ -63,3 +67,5 @@ jobs:
67
runs-on: ${{ matrix.platform.os }}
68
steps:
65
69
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
70
+ - run: |
71
+ env
0 commit comments