File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@master
11+ - uses : actions/checkout@main
1212
1313 - name : Checkout submodules
1414 run : git submodule update --init --recursive
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(CMAKE_CXX_STANDARD 17)
2222# i/ You can install hello_imgui via vcpkg with:
2323# vcpkg install "hello-imgui[opengl3-binding,glfw-binding]"
2424# ii/ Then you can use it inside CMake with:
25- # find_package(hello-imgui CONFIG REQUIRED)
25+ # find_package(hello-imgui CONFIG REQUIRED)
2626
2727# ============================================================================
2828# Add dependencies via CPM (cmake/tools.cmake includes cmake/CPM.cmake)
You can’t perform that action at this time.
0 commit comments