Skip to content

Commit 14968d1

Browse files
committed
Update repo and branch configurations in workflows
Updated the `repo` and `repo-tag` values in the `build-cimgui` job: - Changed `repo` from `JunaMeinhold/cimgui-` to `cimgui/cimgui`. - Changed `repo-tag` from `docking_inter` to `conv2`. Modified the `pr-base-branch` in the pull request workflow: - Changed from `"main"` to `"arm-abi-patch"`. These changes align the workflows with the new repository and branch configurations for building and pull request management.
1 parent 4120bcd commit 14968d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
uses: JunaMeinhold/cmake-actions/.github/workflows/[email protected]
88
with:
99
lib-name: cimgui
10-
repo: JunaMeinhold/cimgui
11-
repo-tag: docking_inter
10+
repo: cimgui/cimgui
11+
repo-tag: conv2
1212
cmake-flags: -DIMGUI_WCHAR32=ON -DIMGUI_FREETYPE=ON -DCIMGUI_VARGS0=1
1313
use-vcpkg: true
1414
vcpkg-packages: freetype
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
lib-name: "ImGui"
114114
lib-version: "v1.92.4"
115-
pr-base-branch: "main"
115+
pr-base-branch: "arm-abi-patch"
116116
pr-reviewers: JunaMeinhold
117117
pr-branch: imgui-artifacts
118118
pr-manifest-path: imgui

0 commit comments

Comments
 (0)