We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028d091 commit 3190a49Copy full SHA for 3190a49
.github/workflows/debian.yml
@@ -148,12 +148,12 @@ jobs:
148
conan remote auth ${{ env.CONAN_REMOTE_NAME }} --force
149
conan remote list-users
150
- name: Build the recipe
151
- working-directory: recipes/${{ matrix.package.name }}/{{ matrix.package.directory }}
+ working-directory: recipes/${{ matrix.package.name }}/${{ matrix.package.directory }}
152
run: |
153
conan create . \
154
--version ${{ matrix.package.version }} \
155
--build=missing \
156
- --settings=build_type=${{ matrix.build.type }} \
+ --settings:all=build_type=${{ matrix.build.type }} \
157
--update \
158
${{ env.CONAN_DEFAULT_OPTIONS }}
159
- name: Upload the recipe
0 commit comments