Skip to content

Commit

Permalink
fix wrong job names
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 18, 2024
1 parent 95b0d88 commit e820fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
- os: windows-2022
compiler: msvc
build_type: Debug
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=FALSE }
config: { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }
- os: windows-2022
compiler: msvc
build_type: Release
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=TRUE }
- os: windows-2022
compiler: msvc
build_type: Release
config: { name: Shared, flags: -DBUILD_SHARED_LIBS=FALSE }
config: { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }

steps:
- name: Checkout Code
Expand Down

0 comments on commit e820fb9

Please sign in to comment.