We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dc501 commit 2a7ad52Copy full SHA for 2a7ad52
.github/workflows/ci.yml
@@ -142,6 +142,7 @@ jobs:
142
shell: bash -eo pipefail -l {0}
143
run: |
144
if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
145
+ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
146
sudo sh -c 'echo "deb http://us.archive.ubuntu.com/ubuntu/ bionic universe" >> /etc/apt/sources.list'
147
sudo sh -c 'echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list'
148
sudo apt-get update
0 commit comments