ci: reuse build artifacts for build-deb and build-rpm (#1990)

* reuse build artifacts for build-deb and rpm

* don't need cross anymore

* no need to download cargo if I'm just using a container

* revert

* Revert again
This commit is contained in:
Clement Tsang
2026-02-26 23:20:50 -05:00
committed by GitHub
parent 5aa9a85850
commit 9d9f857195
-2
View File
@@ -481,7 +481,6 @@ jobs:
toolchain: ${{ matrix.info.rust || env.RUST_VERSION }}
target: ${{ matrix.info.target }}
# TODO: Could I use the previous jobs to skip this call?
- name: Build
uses: ClementTsang/cargo-action@2438cc5f3ba4e971289fffca2a00dedea6911f14 # v0.0.7
env:
@@ -592,7 +591,6 @@ jobs:
toolchain: ${{ matrix.info.rust || env.RUST_VERSION }}
target: ${{ matrix.info.target }}
# TODO: Could I use the previous jobs to skip this call?
- name: Build
uses: ClementTsang/cargo-action@2438cc5f3ba4e971289fffca2a00dedea6911f14 # v0.0.7
env: