Skip to content

Commit 9bf2ae3

Browse files
committed
Build packages sequentially using option files
1 parent 3e1edee commit 9bf2ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
filename=${##../options/}
7575
recipe=${filename%.options}
7676
echo "Building recipe '${recipe}'."
77-
conan create $(cat opts) \
77+
conan create $(cat $opts) \
7878
--build=missing \
7979
--settings:all=build_type=${{ matrix.build.type }} \
8080
--update \

0 commit comments

Comments
 (0)