Skip to content

Commit

Permalink
Add Github action checking with ogg disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 committed Aug 28, 2024
1 parent 7b58c32 commit dbed706
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
cppflags: ''
configure-opts: --disable-asm-optimizations

- name: no-ogg
cppflags: ''
configure-opts: --disable-ogg

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit dbed706

Please sign in to comment.