Skip to content

Commit 2a7ad52

Browse files
committed
try to download missing GPG key to fix ci pipeline
1 parent d5dc501 commit 2a7ad52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
shell: bash -eo pipefail -l {0}
143143
run: |
144144
if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
145+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
145146
sudo sh -c 'echo "deb http://us.archive.ubuntu.com/ubuntu/ bionic universe" >> /etc/apt/sources.list'
146147
sudo sh -c 'echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list'
147148
sudo apt-get update

0 commit comments

Comments
 (0)