From: Skgland Date: Sun, 17 Aug 2025 20:31:28 +0000 (+0200) Subject: explicitly pass the target to cargo-deb X-Git-Tag: v0.10.0~22^2~1 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=3aa272e44de7d26e1316802d2639df937de33379;p=scryer-prolog.git explicitly pass the target to cargo-deb --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3705cf9..c9179fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Build release debian packages if: ${{ matrix.publish && contains(matrix.target, 'linux') }} - run: cargo deb + run: cargo deb --target ${{ matrix.target }} - name: Publish release binary artifact if: matrix.publish