Skip to content

Commit

Permalink
GitHub actions: enabled OpenXR on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Dec 16, 2024
1 parent 128fa39 commit 318f45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: "Clang"
build_type: "Debug"
cmake_generator: "Ninja"
cmake_args: "-DDILIGENT_BUILD_TESTS=ON"
cmake_args: "-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_USE_OPENXR=ON"
cc: "clang-12"
cxx: "clang++-12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
toolset: ["Win32", "x64"]
build_type: ["Debug", "Release"]
cmake_generator: ["Visual Studio 17 2022"]
cmake_args: ["-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_NO_WEBGPU=OFF -DDILIGENT_USE_OPENXR=ON "]
cmake_args: ["-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_NO_WEBGPU=OFF -DDILIGENT_USE_OPENXR=ON"]
platform: ["Win32"]

include:
Expand Down

0 comments on commit 318f45c

Please sign in to comment.