Update cmake.yml
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: setup
|
- name: setup
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev
|
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -B ${{github.workspace}}/build -S .
|
run: cmake -B ${{github.workspace}}/build -S .
|
||||||
- name: build
|
- name: build
|
||||||
|
|||||||
Reference in New Issue
Block a user