Skip to content

Commit

Permalink
Merge pull request #7 from ChristianFeldmann/feature/releaseFromUbuntu18
Browse files Browse the repository at this point in the history
Feature/release from ubuntu18
  • Loading branch information
ChristianFeldmann committed Nov 9, 2021
2 parents 84452ab + 6535d9e commit 35b4c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
matrix:
include:
- os: ubuntu-18.04
NAME_ADD: static
CMAKE_ADD: -DBUILD_SHARED_LIBS=0
NAME_ADD: shared
CMAKE_ADD: -DBUILD_SHARED_LIBS=1
OUTPUT_LIB: libvvdec.so
- os: ubuntu-20.04
NAME_ADD: static
CMAKE_ADD: -DBUILD_SHARED_LIBS=0
- os: ubuntu-20.04
NAME_ADD: shared
CMAKE_ADD: -DBUILD_SHARED_LIBS=1
OUTPUT_LIB: libvvdec.so
- os: macos-10.15
NAME_ADD: static
CMAKE_ADD: -DBUILD_SHARED_LIBS=0
Expand Down

0 comments on commit 35b4c63

Please sign in to comment.