We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188d5d1 commit 9190795Copy full SHA for 9190795
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ defaults:
12
13
jobs:
14
build:
15
- name: ${{matrix.platform.name}} ${{matrix.config.name}} ${{matrix.type.name}}
+ name: ${{matrix.platform.name}} ${{matrix.config.name}} ${{matrix.type.name}} ImGui ${{matrix.imgui_version}}
16
runs-on: ${{matrix.platform.os}}
17
18
strategy:
@@ -31,6 +31,7 @@ jobs:
31
type:
32
- { name: Release }
33
- { name: Debug }
34
+ imgui_version: [1.89, 1.91.1]
35
36
steps:
37
- name: Get CMake and Ninja
@@ -50,7 +51,7 @@ jobs:
50
51
with:
52
repository: ocornut/imgui
53
path: imgui
- ref: v1.89
54
+ ref: v${{matrix.imgui_version}}
55
56
- name: Checkout SFML
57
uses: actions/checkout@v4
0 commit comments