Skip to content

Commit

Permalink
No need to build this repo with and without static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 5, 2024
1 parent 9ec2fe0 commit 214c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build_type: [Debug, Release, MinSizeRel]
shared_libs: [ON, OFF]

name: Build type - ${{matrix.shared_libs == 'OFF' && 'Static ' || ''}}${{matrix.build_type}}
name: Build type - ${{matrix.build_type}}
steps:
# --------- Installing packages & downloading artifacts ---------
- name: Install necessary packages
Expand Down

0 comments on commit 214c6ff

Please sign in to comment.