Skip to content

Commit

Permalink
Remove commented out code for package installations
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 3, 2024
1 parent 5c702c7 commit caf0613
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ jobs:
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
- name: VC++ 2022 Environment
Expand Down

0 comments on commit caf0613

Please sign in to comment.