Skip to content

Commit 5c855cd

Browse files
committed
workflows/rust: add gpg package to list of rpms to install
With the latest version of fedora, gpg seems to not be installed. Add gpg to the list of rpms to be installed when testing.
1 parent ba7aa63 commit 5c855cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Specify additional fields not implied by the job name.
5353
key: ${{ matrix.arch }}
5454
- name: Install dependencies
55-
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz
55+
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz gpg
5656
- name: Configure cargo
5757
run: |
5858
# Avoid OOM on emulated s390x
@@ -109,7 +109,7 @@ jobs:
109109
# MSRV changes.
110110
key: ${{ matrix.arch }}-${{ env.MSRV }}
111111
- name: Install dependencies
112-
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz
112+
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz gpg
113113
- name: Configure cargo
114114
run: |
115115
# Avoid OOM on emulated s390x
@@ -204,7 +204,7 @@ jobs:
204204
# Specify additional fields not implied by the job name.
205205
key: ${{ matrix.arch }}-${{ matrix.channel }}
206206
- name: Install dependencies
207-
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz
207+
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz gpg
208208
- name: Configure cargo
209209
run: |
210210
# Avoid OOM on emulated s390x

0 commit comments

Comments
 (0)