Skip to content

Commit

Permalink
More missing dependencies (runtime and otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull committed Nov 15, 2024
1 parent 12dcb3e commit 8cdc086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.c_compiler != 'cl'
shell: bash
run: |
sudo apt install libxi-dev libxtst-dev
sudo apt install libxi-dev libxtst-dev libgles-dev
- name: Set up vcpkg and install our dependencies
uses: lukka/run-vcpkg@v11
Expand Down
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"boost-config",
"boost-spirit",
"boost-test",
"boost-units",
"eigen3",
"qt5-base",
"tcl"
Expand Down

0 comments on commit 8cdc086

Please sign in to comment.