Skip to content

Commit 7bb3b8e

Browse files
committed
Update release.yml
1 parent a133331 commit 7bb3b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
--volume "${PWD}/dist:/artifacts"
158158
install: |
159159
apt-get update
160-
apt-get install -y --no-install-recommends python3 python3-venv software-properties-common
160+
apt-get install -y --no-install-recommends python3 python3-venv software-properties-common gnupg
161161
add-apt-repository ppa:deadsnakes/ppa
162162
apt-get update
163163
apt-get install -y curl python${{ matrix.python-version }}-venv

0 commit comments

Comments
 (0)