Skip to content

Commit 3190a49

Browse files
committed
Add settings:all
1 parent 028d091 commit 3190a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ jobs:
148148
conan remote auth ${{ env.CONAN_REMOTE_NAME }} --force
149149
conan remote list-users
150150
- name: Build the recipe
151-
working-directory: recipes/${{ matrix.package.name }}/{{ matrix.package.directory }}
151+
working-directory: recipes/${{ matrix.package.name }}/${{ matrix.package.directory }}
152152
run: |
153153
conan create . \
154154
--version ${{ matrix.package.version }} \
155155
--build=missing \
156-
--settings=build_type=${{ matrix.build.type }} \
156+
--settings:all=build_type=${{ matrix.build.type }} \
157157
--update \
158158
${{ env.CONAN_DEFAULT_OPTIONS }}
159159
- name: Upload the recipe

0 commit comments

Comments
 (0)