diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 5e7d00a..08fe430 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -12,7 +12,7 @@ jobs: target: - x86_64-unknown-linux-gnu - aarch64-unknown-linux-gnu - - i686-unknown-linux-gnu + # - i686-unknown-linux-gnu include: - feature: stateless cargo_args: --exclude rln-cli @@ -33,7 +33,7 @@ jobs: run: make installdeps - name: cross build run: | - cross build --release --target ${{ matrix.target }} --features ${{ matrix.feature }} + cross build --release --target ${{ matrix.target }} --features ${{ matrix.feature }} --workspace ${{ matrix.cargo_args }} mkdir release cp target/${{ matrix.target }}/release/librln* release/ tar -czvf ${{ matrix.target }}-${{ matrix.feature }}-rln.tar.gz release/ @@ -72,7 +72,7 @@ jobs: run: make installdeps - name: cross build run: | - cross build --release --target ${{ matrix.target }} --features ${{ matrix.feature }} + cross build --release --target ${{ matrix.target }} --features ${{ matrix.feature }} --workspace ${{ matrix.cargo_args }} mkdir release cp target/${{ matrix.target }}/release/librln* release/ tar -czvf ${{ matrix.target }}-${{ matrix.feature }}-rln.tar.gz release/