Skip to content

Commit

Permalink
COM-12579-3:
Browse files Browse the repository at this point in the history
*add clean step to min_linux and linux
*add Build all reference decoders step to min_linux
  • Loading branch information
rsanchez87 authored and mdimopoulos committed Nov 20, 2024
1 parent 9de0286 commit 2ca9908
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Test Build the wheel
run: |
pip wheel .
- name: Build all reference decoders
run: |
make all_reference_decoders
- name: Clean up
run: |
make clean
linux:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -82,6 +88,9 @@ jobs:
- name: Build all reference decoders
run: |
make all_reference_decoders
- name: Clean up
run: |
make clean
windows:
runs-on: windows-latest
Expand Down

0 comments on commit 2ca9908

Please sign in to comment.