Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-for authored Apr 9, 2023
1 parent 7648f0b commit efa7097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# TODO: figure out how to disable wxGL so we can get rid of freeglut
- run: sudo apt-get update && sudo apt-get install pkg-config libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev
if: ${{ contains(matrix.config.os, 'ubuntu') }}
- run: brew install pkg-config
if: ${{ contains(matrix.config.os, 'macos') }}


- run: mkdir ${{ matrix.config.vcpkg-dir }}
# Install latest CMake.
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit efa7097

Please sign in to comment.