Skip to content

Commit

Permalink
Remove the shared libs matrix in the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 5, 2024
1 parent 214c6ff commit 45a8ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/MacOS build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
build_type: [Debug, Release, MinSizeRel]
shared_libs: [ON, OFF]

name: Build type - ${{matrix.build_type}}
steps:
Expand Down

0 comments on commit 45a8ba9

Please sign in to comment.