fix: download GCP apt key directly without gpg --dearmor #8
Reference in New Issue
Block a user
Delete Branch "fix/ci-openssl-linker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
packages.cloud.google.com now serves the key in binary format. Piping through 'gpg --dearmor' fails with 'no valid OpenPGP data found'. Download directly instead.