Skip to content

Commit 318f45c

Browse files
GitHub actions: enabled OpenXR on Linux
1 parent 128fa39 commit 318f45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: "Clang"
5151
build_type: "Debug"
5252
cmake_generator: "Ninja"
53-
cmake_args: "-DDILIGENT_BUILD_TESTS=ON"
53+
cmake_args: "-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_USE_OPENXR=ON"
5454
cc: "clang-12"
5555
cxx: "clang++-12"
5656

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
toolset: ["Win32", "x64"]
2929
build_type: ["Debug", "Release"]
3030
cmake_generator: ["Visual Studio 17 2022"]
31-
cmake_args: ["-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_NO_WEBGPU=OFF -DDILIGENT_USE_OPENXR=ON "]
31+
cmake_args: ["-DDILIGENT_BUILD_TESTS=ON -DDILIGENT_NO_WEBGPU=OFF -DDILIGENT_USE_OPENXR=ON"]
3232
platform: ["Win32"]
3333

3434
include:

0 commit comments

Comments
 (0)