Skip to content

Commit

Permalink
Allow unsigned rpms for zypper test command
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Nov 3, 2024
1 parent 9b3206f commit 4c532ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
elif [[ "${{ matrix.os.name }}" == "fedora" ]]; then
dnf install -y "$binary_file"
elif [[ "${{ matrix.os.name }}" == "opensuse" ]]; then
zypper install -y "$binary_file"
zypper install -y "--allow-unsigned-rpm $binary_file"
else
echo "Unsupported OS"
exit 1
Expand Down

0 comments on commit 4c532ca

Please sign in to comment.