mirror of https://github.com/mode777/rayjs.git
Update cmake.yml
This commit is contained in:
parent
1ecb1c4ab2
commit
2121754a6f
|
@ -23,7 +23,10 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install libs
|
- name: Install libs
|
||||||
run: sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
|
run: |
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install gcc-multilib
|
||||||
|
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-devsudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
|
||||||
|
|
||||||
- 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…
Reference in New Issue