Skip to content

Commit 6b6d34a

Browse files
committed
ci: use ninja in bionic
1 parent 1a47a9d commit 6b6d34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- platform: 'ubuntu-latest'
4141
container: 'ghcr.io/libgit2/libgit2/bionic-x86:latest'
4242
qemu: true
43-
env: { CC: 'gcc', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=builtin', LEAK_CHECK: 'valgrind' }
43+
env: { CC: 'gcc', CMAKE_GENERATOR: 'Ninja', CMAKE_OPTIONS: '-DCRYPT=openssl -DUNICODE=builtin', LEAK_CHECK: 'valgrind' }
4444

4545
# Linux (x86, Bionic, gcc, OpenSSL Dynamic)
4646
- platform: 'ubuntu-latest'

0 commit comments

Comments
 (0)