Skip to content

Commit

Permalink
don't attempt to show conan profile before it's created
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 1c51538 commit 3746c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- run: conan profile detect
if: matrix.config.os == 'macos-13-xlarge'
- run: conan profile show
if: matrix.config.os == 'macos-13-xlarge'

- name: conan config
run: conan config install .github/config/${{ matrix.config.os }}-${{ matrix.config.compiler }}/conan
Expand Down

0 comments on commit 3746c2b

Please sign in to comment.