Skip to content

Commit

Permalink
try to download missing GPG key to fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed May 3, 2024
1 parent d5dc501 commit 8f0e5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
shell: bash -eo pipefail -l {0}
run: |
if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
sudo curl -sS https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32 | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/key.gpg
sudo sh -c 'echo "deb http://us.archive.ubuntu.com/ubuntu/ bionic universe" >> /etc/apt/sources.list'
sudo sh -c 'echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list'
sudo apt-get update
Expand Down

0 comments on commit 8f0e5c5

Please sign in to comment.