Skip to content

Commit

Permalink
CI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
LesleyLai committed Jun 11, 2023
1 parent 761db21 commit d3dfbd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
cuda: "12.1.0"
cuda: "12.1.1"
gcc: 10
env:
build_dir: "build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
include:
- os: windows-2019
cuda: "12.1.0"
cuda: "12.1.1"
visual_studio: "Visual Studio 16 2019"

env:
Expand Down
2 changes: 1 addition & 1 deletion third-party/imgui/CMakeLists.txt
@@ -1,6 +1,6 @@
find_package(glfw3 REQUIRED)
find_package(glad REQUIRED)
find_package(imgui REQUIRED)
find_package(glfw3 REQUIRED)

add_library(imgui_bindings
bindings/imgui_impl_opengl3.h
Expand Down

0 comments on commit d3dfbd9

Please sign in to comment.