Update cmake-single-platform.yml
This commit is contained in:
parent
9160e343c3
commit
4dafc07b08
1 changed files with 4 additions and 1 deletions
5
.github/workflows/cmake-single-platform.yml
vendored
5
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -32,7 +32,10 @@ jobs:
|
||||||
sudo apt-get install -y libasound2-dev libglew-dev
|
sudo apt-get install -y libasound2-dev libglew-dev
|
||||||
sudo apt-get install -y portaudio19-dev
|
sudo apt-get install -y portaudio19-dev
|
||||||
sudo apt-get install -y libwayland-dev libxkbcommon-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
|
- 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.
|
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue