Skip to content

Commit

Permalink
ci: use latest CMake and Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Sep 25, 2023
1 parent 7a1efa1 commit cf4c0ef
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest
- name: Cache Conan data
uses: actions/cache@v3
env:
Expand Down Expand Up @@ -192,20 +193,6 @@ jobs:
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_13.0.app"
- name: Install Ninja
shell: bash
run: |
if [ $RUNNER_OS == 'Linux' ]; then
sudo apt install -y ninja-build
elif [ $RUNNER_OS == 'Windows' ]; then
choco install ninja
elif [ $RUNNER_OS == 'macOS' ]; then
brew update
brew install ninja
else
echo "'$RUNNER_OS' not supported"
exit 1
fi
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cf4c0ef

Please sign in to comment.