ci: Activate RPM artifact self-test. (closes #36)
Fix rpm /bin/sh requirement (centos 10) Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
3c02faa532
commit
05e7d4c6dd
2 changed files with 2 additions and 2 deletions
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
|
|
@ -101,8 +101,7 @@ jobs:
|
|||
needs: [build_pkgs]
|
||||
uses: ./.github/workflows/bake.yml
|
||||
with:
|
||||
#bake_targets: '["pkg-deb-install", "pkg-rpm-install"]'
|
||||
bake_targets: '["pkg-deb-install"]'
|
||||
bake_targets: '["pkg-deb-install", "pkg-rpm-install"]'
|
||||
cargo_profiles: '["release"]'
|
||||
feat_sets: '["all"]'
|
||||
rust_toolchains: '["stable"]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue