Skip to content

Commit

Permalink
fix gpg: keyserver receive failed: Cannot assign requested address er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
k-okada committed Dec 2, 2023
1 parent a05c417 commit 4e59af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install latest git ( use sudo for ros-ubuntu )
run: |
# https://github.com/osrf/docker_images/issues/697#issuecomment-1819626877
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA
(sudo apt-key del 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA; sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA)
[ -e /etc/apt/sources.list.d/ubuntu-esm-infra-$(lsb_release -cs).list ] && sudo rm /etc/apt/sources.list.d/ubuntu-esm-infra-$(lsb_release -cs).list ## fix Err https://esm.ubuntu.com trusty-infra-security/main amd64 Packages, gnutls_handshake() failed: Handshake failed
(apt-get update && apt-get install -y sudo) || echo "OK"
sudo apt-get update
Expand Down

0 comments on commit 4e59af2

Please sign in to comment.