Skip to content

Commit

Permalink
Test with 2 versions of ImGui
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Nov 2, 2024
1 parent 188d5d1 commit 9190795
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:

jobs:
build:
name: ${{matrix.platform.name}} ${{matrix.config.name}} ${{matrix.type.name}}
name: ${{matrix.platform.name}} ${{matrix.config.name}} ${{matrix.type.name}} ImGui ${{matrix.imgui_version}}
runs-on: ${{matrix.platform.os}}

strategy:
Expand All @@ -31,6 +31,7 @@ jobs:
type:
- { name: Release }
- { name: Debug }
imgui_version: [1.89, 1.91.1]

steps:
- name: Get CMake and Ninja
Expand All @@ -50,7 +51,7 @@ jobs:
with:
repository: ocornut/imgui
path: imgui
ref: v1.89
ref: v${{matrix.imgui_version}}

- name: Checkout SFML
uses: actions/checkout@v4
Expand Down

0 comments on commit 9190795

Please sign in to comment.