Skip to content

Commit

Permalink
exclude ubuntu debug shared lib off (#7940)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper authored Mar 31, 2022
1 parent d39527e commit 7b8a03e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
- test_suite: ubuntu
cmake_generator: "Ninja"
build_shared_libs: "OFF"
- test_suite: ubuntu
cmake_build_type: "Debug"
build_shared_libs: "OFF"
- test_suite: ubuntu
cmake_generator: "Unix Makefiles"
cmake_build_type: "Release"
Expand Down

0 comments on commit 7b8a03e

Please sign in to comment.