mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user