Skip to content

Commit

Permalink
Check versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 committed Jul 9, 2024
1 parent ff8efd0 commit 85a6fe3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
include:
- os: windows-latest
- os: ubuntu-latest
- os: macos-11
- os: macos-12

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: pip3 install wheel conan==2.5.0
- run: |
pip3 install wheel conan==2.5.0
conan --version
cmake --version
- name: Create conan profile
run: conan profile detect
Expand Down

0 comments on commit 85a6fe3

Please sign in to comment.