Skip to content

Commit

Permalink
simplify linux workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jul 1, 2024
1 parent 0c2002e commit dcc21bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcc21bc

Please sign in to comment.