From aa7bf32940cec25ea5fa61e85b569d08cd4a8b60 Mon Sep 17 00:00:00 2001 From: Ilya Shurupov <163508118+elushaX@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:36:59 +0300 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 595ba0c..23d6a9f 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -32,7 +32,10 @@ jobs: sudo apt-get install -y libasound2-dev libglew-dev sudo apt-get install -y portaudio19-dev sudo apt-get install -y libwayland-dev libxkbcommon-dev - sudo apt-get install -y openimagedenoise + git clone --recursive https://github.com/RenderKit/oidn.git + cd oidn + mkdir build; cd build; cmake ..; make -j; + sudo make install - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.