We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934abc2 commit 05502a3Copy full SHA for 05502a3
.github/workflows/release-reusable-rc-build.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install pgpkkms
88
run: |
89
# Install pgpkms that is used to sign built artifacts
90
- python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed"
+ python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed" --break-system-packages
91
which pgpkms
92
93
- name: Checkout sources
0 commit comments