Add Github action checking with ogg disabled
This commit is contained in:
parent
c50e4872a6
commit
77ade9c472
4
.github/workflows/options.yml
vendored
4
.github/workflows/options.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
||||
cppflags: ''
|
||||
configure-opts: --disable-asm-optimizations
|
||||
|
||||
- name: no-ogg
|
||||
cppflags: ''
|
||||
configure-opts: --disable-ogg
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user