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:
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"]'
|
||||
|
||||
Reference in New Issue
Block a user