mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Fix expired key error when installing with apt
Error: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 W: http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/Release.gpg: Signature by key 15866BAFD9BCC4F3C1E0DFC7D69548E1C17EAB57 uses weak digest algorithm (SHA1) W: Failed to fetch https://packagecloud.io/github/git-lfs/ubuntu/dists/trusty/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 W: Some index files failed to download. They have been ignored, or old ones used instead.
This commit is contained in:
parent
f10a7e2e46
commit
3c531b735b
@ -128,4 +128,5 @@ before_script:
|
|||||||
- if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi
|
- if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
|
||||||
- support/travis-build.py
|
- support/travis-build.py
|
||||||
|
Loading…
Reference in New Issue
Block a user