From dcc21bcce7af3f7dadf8631f64d3176727f45786 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 1 Jul 2024 12:24:44 +0200 Subject: [PATCH] simplify linux workflow yaml --- .github/workflows/linux.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0e8d18e1c2..8a37a5059b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -32,7 +32,11 @@ jobs: strategy: matrix: - config: [ asio-debugging=on picker-debugging=on, extensions=off logging=off streaming=off super-seeding=off share-mode=off predictive-pieces=off dht=off alert-msg=off encryption=off mutable-torrents=off deprecated-functions=off, crypto=gcrypt, mmap-disk-io=off ] + include: + - config: asio-debugging=on picker-debugging=on + - config: extensions=off logging=off streaming=off super-seeding=off share-mode=off predictive-pieces=off dht=off alert-msg=off encryption=off mutable-torrents=off deprecated-functions=off + - config: crypto=gcrypt + - config: mmap-disk-io=off steps: - name: checkout