We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18378b7 commit a06e713Copy full SHA for a06e713
.github/workflows/ci.yml
@@ -33,6 +33,9 @@ jobs:
33
run: |
34
apt --quiet update --yes
35
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
39
- name: git clone
40
uses: myci-actions/checkout@main
41
with:
0 commit comments