Skip to content

Commit c71e660

Browse files
committed
fix verify-package.yml
1 parent 5a8648b commit c71e660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- id: test
152152
name: Docker Verify
153153
working-directory: ./minifi_rust
154-
run: cargo behave-debian
154+
run: ${{ matrix.platform.build_cmd }} && cargo behave-debian
155155

156156
- name: Test Reporter
157157
if: always()

0 commit comments

Comments
 (0)