Skip to content

Commit

Permalink
Fixing Conan v2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Dec 30, 2023
1 parent 967fa0b commit f4fe501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Linux build
if: matrix.os == 'ubuntu-20.04'
run: |
conan create . -o openE57:with_tools=True -s build_type=${{ matrix.build_type }} --build=missing
conan create . -o openE57/*:with_tools=True -s build_type=${{ matrix.build_type }} --build=missing
- name: Mac build
if: matrix.os == 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Windows Release build
if: matrix.build_type == 'Release'
run: |
conan create . -o openE57:with_tools=True --build=missing -s build_type=${{ matrix.build_type }} -s compiler.runtime=${{ matrix.runtime_type }}
conan create . -o openE57/*:with_tools=True --build=missing -s build_type=${{ matrix.build_type }} -s compiler.runtime=${{ matrix.runtime_type }}
- name: Windows Debug build
if: matrix.build_type == 'Debug'
Expand Down

0 comments on commit f4fe501

Please sign in to comment.