Skip to content

Commit 7c21f62

Browse files
committed
Install libxcursor-dev on Ubuntu instances of CI
1 parent 7fa4bb0 commit 7c21f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: install dependencies
1010
run: |
1111
sudo apt-get update
12-
sudo apt-get install -qq libgl-dev
12+
sudo apt-get install -qq libgl-dev libxcursor-dev
1313
- name: build sowon
1414
run: |
1515
make
@@ -22,7 +22,7 @@ jobs:
2222
- name: install dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install -qq libgl-dev
25+
sudo apt-get install -qq libgl-dev libxcursor-dev
2626
- name: build sowon
2727
run: |
2828
make

0 commit comments

Comments
 (0)