Skip to content

Commit

Permalink
add linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 16, 2024
1 parent e899c9a commit ca958e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC')
run: |
sudo apt-get update
sudo apt-get install cmake
sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config
cmake --version
gcc --version
- name: Install dependencies on macos
Expand Down

0 comments on commit ca958e0

Please sign in to comment.