Skip to content

Commit

Permalink
ci: fix meson minimal build
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 7, 2025
1 parent 15f26db commit ec03420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
# Do a few more specialized configurations.
- platform: ubuntu-22.04
mode:
- name: minimal
args: -Dminimal=enabled -Ddecoder=enabled -Davx512=enabled -Dknc=enabled -Dsegment=enabled -Dtests=enabled
name: minimal
args: -Dminimal=enabled -Ddecoder=enabled -Davx512=enabled -Dknc=enabled -Dsegment=enabled -Dtests=enabled
extra_envs: {}
flavor: minsize
exclude:
Expand Down

0 comments on commit ec03420

Please sign in to comment.