Skip to content

Commit

Permalink
CI: Don't execute 1.x command for 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Apr 5, 2024
1 parent 8b09ebf commit 45b3e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Install Conan
run: |
pip install conan==${{ matrix.config.conan_version }} cmake
conan user
conan --version
cmake --version
- name: Set Conan 1.x specifics
if: ${{ startsWith(matrix.config.conan_version , '1') }}
run: |
run: |
conan user
conan config set general.revisions_enabled=True
- name: Create Conan 2.x profile
if: ${{ startsWith(matrix.config.conan_version , '2') }}
Expand Down

0 comments on commit 45b3e68

Please sign in to comment.