Skip to content

Commit

Permalink
Fix build dependencies for different platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 3, 2024
1 parent acb5838 commit 27c4888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
choco install ninja
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
;
# sudo apt-get update
# sudo apt-get install -y cmake ninja-build
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then
;
# brew install cmake ninja
fi
Expand Down

0 comments on commit 27c4888

Please sign in to comment.