Skip to content

Commit d897c37

Browse files
committed
ci(temp): remove -I argument for packages
1 parent 4dc55af commit d897c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
echo "packages: ${packages[*]}"
287287
288288
if [[ "${#packages[@]}" -gt 0 ]]; then
289-
./scripts/run-docker.sh -d ./build-package.sh -I -C -a "${{ matrix.target_arch }}" "${packages[@]}"
289+
./scripts/run-docker.sh -d ./build-package.sh -C -a "${{ matrix.target_arch }}" "${packages[@]}"
290290
fi
291291
292292
- name: Generate build artifacts

0 commit comments

Comments
 (0)