Skip to content

Commit 37af2a0

Browse files
authored
Update main.yml
1 parent 7c518a5 commit 37af2a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
-
5656
os: ubuntu-latest
5757
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 }}
5862
-
5963
os: macos-latest
6064
-
@@ -63,3 +67,5 @@ jobs:
6367
runs-on: ${{ matrix.platform.os }}
6468
steps:
6569
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
70+
- run: |
71+
env

0 commit comments

Comments
 (0)