Skip to content

Commit a06e713

Browse files
committed
ci: install pkg-config
1 parent 18378b7 commit a06e713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
run: |
3434
apt --quiet update --yes
3535
apt --quiet install --yes build-essential cmake pkg-config git curl zip unzip tar
36+
- name: install build deps
37+
run: |
38+
apt --quiet install --yes libxmu-dev libxi-dev libgl-dev
3639
- name: git clone
3740
uses: myci-actions/checkout@main
3841
with:

0 commit comments

Comments
 (0)