Skip to content

Commit 7b617e7

Browse files
committed
Fixing Linux build
1 parent ae1b35b commit 7b617e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- uses: actions/checkout@v1
4646
- name: Ubuntu
4747
run: |
48+
sudo apt-get update && sudo apt-get install -y libxcursor-dev libxi-dev libgl-dev
4849
mkdir out && cd out
4950
cmake -DCMAKE_BUILD_TYPE=Release ..
5051
cd ..

0 commit comments

Comments
 (0)