Skip to content

Commit a0e4ab8

Browse files
committed
update github workflows
1 parent 491d7eb commit a0e4ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Emscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)